Function: validateBinShell()
ts
function validateBinShell(value?: string): string;Defined in: src/batteries/sandbox/escape.ts:36
Validate the shell selected by the Node SRT adapter.
Parameters
| Parameter | Type | Default value |
|---|---|---|
value | string | '/bin/bash' |
Returns
string