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
386 B
JSON

{
"functions": {
"shell": [
{
"code": "ex\n!/bin/sh\n"
}
],
"file-write": [
{
"code": "ex [file]\na\nDATA\n.\nw\nq\n"
}
],
"file-read": [
{
"code": "ex [file]\n,p\nq\n"
}
],
"sudo": [
{
"code": "sudo ex\n!/bin/sh\n"
}
]
}
}