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.

24 lines
574 B
JSON

{
"functions": {
"shell": [
{
"code": "screen"
}
],
"file-write": [
{
"description": "This works on screen version 4.06.02. Data is appended to the file and '\\n' is converted to '\\r\\n'.",
"code": "screen -L -Logfile [file] echo DATA\n"
},
{
"description": "This works on screen version 4.05.00. Data is appended to the file and '\\n' is converted to '\\r\\n'.",
"code": "screen -L [file] echo DATA\n"
}
],
"sudo": [
{
"code": "sudo screen"
}
]
}
}