You can execute a shell script in these ways:
sh myscript
. myscript
chmod 744 myscript ./myscript
In this instance, your shell automatically invokes a new shell to execute the shell script.