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