1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-15 18:58:14 +00:00
ctrl/example-inmessage/orig-ship1.json
2021-02-10 07:25:44 +01:00

15 lines
No EOL
320 B
JSON

[
{
"subject":
{
"node":"ship1",
"commandOrEvent":"command",
"method":"shellcommand"
},
"message":
{
"data": ["bash","-c","ls -l ../"],
"commandOrEvent":"Command"
}
}
]