I have a bash script like:
#!/bin/bash echo Hello world!
How do I execute this in Terminal?
$prompt: /path/to/script and hit enter. Note you need to make sure the script has execute permissions.
$prompt: /path/to/script