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 shell session$ murex
run a shell script file$ murex script.mx
execute a command and exit$ murex -c 'echo hello world'
check shell script syntax without running it$ murex -c 'source script.mx' --check
show version and build information$ murex -version