1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-09 21:49:16 +00:00
ctrl/example-inmessage/orig-ship2.json
2021-02-04 13:26:10 +01:00

16 lines
No EOL
343 B
JSON

[
{
"subject":
{
"node":"ship2",
"messageType":"command",
"method":"shellcommand",
"domain":"shell"
},
"message":
{
"data": ["bash","-c","tree"],
"messageType":"Command"
}
}
]