dash-shell

POSIX-compliant shell and ash descendant for lightweight scripting

brewmacoslinux
Try with needOr install directly
Source

About

POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)

Commands

dash

Examples

Execute a simple command in dash shell$ dash -c 'echo "Hello from dash"'
Run a shell script with dash as interpreter$ dash ./myscript.sh
Start an interactive dash shell session$ dash