bash

Unix command interpreter and shell scripting language

brewmacoslinux
Try with needOr install directly
Source

About

Bourne-Again SHell, a UNIX command interpreter

Commands

bash

Examples

Start an interactive bash shell$ bash
Execute a bash script file$ bash script.sh
Run a bash command directly$ bash -c 'echo Hello World && ls -la'