brush

A Bourne shell interpreter written in Rust for command execution

brewmacoslinux
Try with needOr install directly
Source

About

Bourne RUsty SHell (command interpreter)

Commands

brush

Examples

Start an interactive shell session$ brush
Execute a shell script file$ brush script.sh
Execute a command string directly$ brush -c 'echo Hello World'