How to run SH file?
Read moreHow do I run a shell in bash?
In order to run a Bash script on your system, you have to use the “bash” command and specify the script name that you want to execute, with optional arguments . Alternatively, you can use “sh” if your distribution has the sh utility installed. As an example, let’s say that you want to run a Bash script named “script”.
Read more