Bash Scripting - Basics
A script starts with
#!/bin/bash but running ./script.sh gives bad interpreter: No such file or directory. What is the problem?