Skip to content
1 min read · 42 words

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

ParameterTypeDefault value
valuestring'/bin/bash'

Returns

string