murex

Bash-like shell with improved safety, productivity, and scripting features

brewmacoslinux
Try with needOr install directly
Source

About

Bash-like shell designed for greater command-line productivity and safer scripts

Commands

murex

Examples

Start an interactive Murex shell session$ murex
Execute a Murex script file$ murex script.mx
Run a single Murex command from the command line$ murex -c 'out "Hello from Murex"'