add data source for at

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

@ -0,0 +1,20 @@
{
"functions": {
"shell": [
{
"code": "echo \"/bin/sh <$(tty) >$(tty) 2>$(tty)\" | at now; tail -f /dev/null\n"
}
],
"command": [
{
"description": "The invocation will be blind, but it is possible to redirect the output to a file in a readable location.",
"code": "necho \"[command]\" | at now\n"
}
],
"sudo": [
{
"code": "echo \"/bin/sh <$(tty) >$(tty) 2>$(tty)\" | sudo at now; tail -f /dev/null\n"
}
]
}
}
Loading…
Cancel
Save