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

15 lines
No EOL
319 B
JSON

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