forked from Dark-Horse-Linux/pyrois
clean slate for pyrois
This commit is contained in:
16
rex.project/x86_64/shells/shells.definitions
Normal file
16
rex.project/x86_64/shells/shells.definitions
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user