POSIX-compliant shell, lightweight alternative to bash for scripting
POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)
dash
$ dash ./myscript.sh
$ dash
$ dash -n ./script.sh
$ dash -c 'echo hello world'
$ chsh -s /usr/local/bin/dash