SyntaxFix
Write A Post
Hire A Developer
Questions
If the file that this script lives in is executable, the hash-bang (#!) tells the operating system what interpreter to use to run the script. In this case it's /bin/sh, for example.
#!
/bin/sh
There's a Wikipedia article about it for more information.