chickadee » posix-utils » shell-variable-true?

(shell-variable-true? NAME [TRUTHS ("y" "yes" "1")]) -> booleanprocedure

Is the shell variable NAME lowercase value in TRUTHS?

NAME is a string. TRUTHS is a (list-of string) recognized as true values.