Variable: POSIX_SHELLS
ts
const POSIX_SHELLS: readonly ["sh", "bash", "dash", "zsh", "ksh"];Defined in: src/batteries/sandbox/escape.ts:4
Shells for which SRT's POSIX quote() and the -c invocation contract agree.