mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Improved man.md shell function
Replaced a command requiring interactive actions with a one-liner
This commit is contained in:
parent
c20963cfd6
commit
a3b63dae9e
@ -3,8 +3,7 @@ description: This invokes the default pager, which is likely to be [`less`](/gt
|
|||||||
functions:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- code: |
|
- code: |
|
||||||
man man
|
man --html='$(sh > /dev/tty)' sh
|
||||||
!/bin/sh
|
|
||||||
file-read:
|
file-read:
|
||||||
- code: man file_to_read
|
- code: man file_to_read
|
||||||
sudo:
|
sudo:
|
||||||
|
Loading…
Reference in New Issue
Block a user