1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Improve and document yelp

This commit is contained in:
Andrea Cardaci 2020-03-14 12:42:53 +01:00
parent 8f797d3d19
commit 48892aad60

View File

@ -1,6 +1,8 @@
---
functions:
file-read:
- code: |
yelp man:/etc/passwd
- description: This spawns a graphical window containing the file content somehow corrupted by word wrapping, it might not be suitable to read arbitrary files. The path must be absolute.
code: |
LFILE=file_to_read
yelp "man:$LFILE"
---