I know it, forget it and relearn it again. Time to write it down.
To start the shell-script 'file.sh':
sh file.sh bash file.sh
Another option is set executable permission using chmod command:
chmod +x file.sh
Now run .sh file as follows:
./file.sh