rex/sample/shells/shells.definitions

17 lines
244 B
Plaintext

{
"shells": [
{
"name": "bash",
"path": "/usr/bin/bash",
"execution_arg": "-c",
"source_cmd": "source"
},
{
"name": "ksh",
"path": "/usr/bin/ksh",
"execution_arg": "-c",
"source_cmd": "source"
}
]
}