mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Enforce conventions
This commit is contained in:
parent
373f57fc18
commit
3409aa0949
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
|
- code: ghc -e 'System.Process.callCommand "/bin/sh"'
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
|
- code: sudo ghc -e 'System.Process.callCommand "/bin/sh"'
|
||||||
---
|
---
|
||||||
|
@ -3,9 +3,9 @@ functions:
|
|||||||
shell:
|
shell:
|
||||||
- code: |
|
- code: |
|
||||||
ghci
|
ghci
|
||||||
Prelude> System.Process.callCommand "/bin/bash"
|
System.Process.callCommand "/bin/sh"
|
||||||
sudo:
|
sudo:
|
||||||
- code: |
|
- code: |
|
||||||
sudo ghci
|
sudo ghci
|
||||||
Prelude> System.Process.callCommand "/bin/bash"
|
System.Process.callCommand "/bin/sh"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user