Dyad/rex.project/x86_64/shells/shells.definitions

17 lines
244 B
Plaintext
Raw Normal View History

2023-02-19 01:02:03 +00:00
{
"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"
}
]
}