1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-22 20:01:17 +02:00

Add another shell function to man

This commit is contained in:
Andrea Cardaci 2021-02-27 17:13:46 +01:00 committed by GitHub
commit 696d156f60
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,9 @@ functions:
- code: |
man man
!/bin/sh
- description: This only works for GNU `man` and requires GNU `troff` (`groff` to be installed).
code: |
man '-H/bin/sh #' man
file-read:
- code: man file_to_read
sudo: