yash

A POSIX-compliant command-line shell with advanced features

brewmacoslinux
Try with needOr install directly
Source

About

Yet another shell: a POSIX-compliant command-line shell

Commands

yash

Examples

Start an interactive yash shell session$ yash
Execute a shell script with yash$ yash script.sh
Run a single command and exit$ yash -c 'echo Hello from yash'