run .sh on linux code example
Example 1: how to run shell script
chmod +x <fileName>
./fileName. # or use ->. bash fileName
Example 2: how to execute .sh file in linux
./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.