1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 15:59:17 +01:00

Fix typo in split

This commit is contained in:
Andrea Cardaci 2021-04-28 09:01:12 +02:00
parent bc5783fb5b
commit afd946b0c8

@ -29,5 +29,5 @@ functions:
sudo:
- description: The shell prompt is not printed.
code: |
split --filter=/bin/sh /dev/stdin
sudo split --filter=/bin/sh /dev/stdin
---