Files
rex/sample/shells/bash.shell
Chris Punches a7eab683e8 shells_path is now a directory of .shell files
Matches the existing units_path pattern — shells_path points to a
directory that is scanned for .shell files rather than a single
monolithic definitions file.
2026-03-15 15:36:36 -04:00

11 lines
133 B
Plaintext

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