make shell script executable

Shell
chmod +x filename.sh
#!/bin/shchmod u+x <fileName>.sh
Source

Also in Shell: