Description
POSIX shell scripts can run with a very small and fast shell implementation. This is useful for system boot scripts, containers, and environments where startup speed and minimal dependencies matter.
It is intentionally small and does not provide interactive conveniences from larger shells. Scripts should avoid Bash-specific syntax if they are meant to run correctly under dash.