This commit is contained in:
2023-08-18 11:53:32 +08:00
parent d9fb8be74d
commit 57b87746ab
7 changed files with 151 additions and 8 deletions

View File

@@ -1060,4 +1060,20 @@ omc:
apostr: "true"
filter: ""
display: "Log time(<=)"
comment: ""
comment: ""
systemCommand:
display: "Linux System Command"
mml:
- operation: "run"
object: "shell"
display: "Run Shell Command"
params:
- name: "cmd"
alias: "cmd"
type: "string"
optional: "false"
apostr: "true"
loc: "false"
filter: ""
display: "Shell command"
comment: ""

View File

@@ -972,4 +972,10 @@
{
"bodyFmt": "PutDB",
"bodyKey": "ne_license"
}
{
"bodyFmt": "PutDB",
"bodyKey": "shell",
"callFunc": "RunShellCommand"
}