Skip to content
1 min read · 18 words

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.