Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Miguel R
2022-02-19 13:28:53 +01:00
committed by GitHub
parent 7e2e188305
commit 4c5d5ef3d7

12
_gtfobins/xpad.md Normal file
View File

@@ -0,0 +1,12 @@
---
description: This is a GUI application. The file content is displayed in a sticky note.
functions:
file-read:
- code: |
LFILE=file_to_read
xpad -f "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo xpad -f "$LFILE"
---