bash execute shell code example
Example 1: how to run shell script
chmod +x <fileName>
./fileName. # or use ->. bash fileName
Example 2: Shell/BAsh
# GNU Bash or simply Bash is a Unix shell and command language written
# by Brian Fox for the GNU Project as a free software replacement for
# the Bourne shell.