Bourne-Again SHell.
sh
-compatible command line interpreter. More information: https://gnu.org/software/bash.
bash
bash -c "{{command}}"
bash {{file.sh}}
bash -x {{file.sh}}
bash -e {{file.sh}}
stdin
:bash -s
echo $BASH_VERSION
to show just the version string):bash --version