This is a port of the Dash v0.5.11.5 shell for profanOS to have a POSIX compliant shell.
# in your profanOS, build the disk
cd path/to/profanOS
make clean disk
# go to dash port
cd path/to/dash
# build dash
python build.py /path/to/profanOS
# copy the binary to profanOS filesystem
cp dash path/to/profanOS/out/zapps/h/
I'm not the author of the original Dash shell, I just ported it to profanOS.