New command: troff

This commit is contained in:
Emanuel Duss 2020-11-12 14:21:00 +01:00
parent 5a58f6a3c3
commit f9043b2f14

17
_gtfobins/troff.md Normal file
View File

@ -0,0 +1,17 @@
---
description: |
The read file content is corrupted by error prints.
functions:
file-read:
- code: |
LFILE=file_to_read
troff "$LFILE"
suid:
- code: |
LFILE=file_to_read
./troff "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo troff "$LFILE"
---