firmament-bash
Version:
Firmament module for interpreting commands in JSON files using bash
22 lines (21 loc) • 388 B
JSON
{
"description":"test description valid-02",
"asynchronousCommands":{
"commands":[
{
"description":"List files",
"command":"ls",
"args":["-F","-a","-l"]
}
]
},
"serialSynchronizedCommands":{
"commands":[
{
"description":"Take a look at network",
"command":"ifconfig",
"args":["-a"]
}
]
}
}