how to run a .sh in commandline code example
Example 1: how to run a .sh file
./yourscript.sh
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.
./yourscript.sh
./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.