1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-10 14:09:16 +00:00
ctrl/example-inmessage/orig-ship1.json

18 lines
348 B
JSON
Raw Normal View History

[
{
"toNode": "ship1",
"data": ["bash","-c","ls -l ../"],
"commandOrEvent":"command",
"method":"shellCommand"
2021-02-12 10:21:51 +00:00
},
{
"toNode": "ship1",
"data": ["bash","-c","ls -l ../"],
"commandOrEvent":"command",
"method":"shellCommand"
}
]