11 lines
179 B
Text
11 lines
179 B
Text
|
|
{ "sessions":
|
||
|
|
[
|
||
|
|
{ "title": "System Shell",
|
||
|
|
"cmd": "/bin/bash --login"
|
||
|
|
},
|
||
|
|
{ "title": "C Shell",
|
||
|
|
"cmd": "/bin/csh"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|