1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-18 21:59:30 +00:00
ctrl/example-inmessage/orig-ship1.json

15 lines
310 B
JSON
Raw Normal View History

[
{
"subject":
{
"node":"ship1",
"messageKind":"command",
"method":"shellcommand"
},
"message":
{
2021-02-05 07:25:12 +01:00
"data": ["bash","-c","ls -l"],
"messageType":"Command"
}
}
]