nsh

Fish-like, POSIX-compatible shell with modern syntax

brewmacoslinux
Try with needOr install directly
Source

About

Fish-like, POSIX-compatible shell

Commands

nsh

Examples

Start an interactive nsh shell session$ nsh
Execute a command string in nsh$ nsh -c 'echo "Hello from nsh"'
Run a shell script file with nsh$ nsh script.nsh