sh run as bash code example
Example 1: how to run shell script
chmod +x <fileName>
./fileName. # or use ->. bash fileName
Example 2: how to run a .sh file
./yourscript.sh
Example 3: run sh file
sh yourfile.sh
chmod +x <fileName>
./fileName. # or use ->. bash fileName
./yourscript.sh
sh yourfile.sh