I have a bash script like:
#!/bin/bash echo Hello world!
How do I execute this in Terminal?
And yet one more way
. /path/to/script
What is the meaning of the dot?