Hashbang
Component type
Component created
Component changed
"In computing, a shebang (also called a hashbang, hashpling, pound bang, or crunchbang) is the character sequence consisting of the characters number sign and exclamation point (#!), when it occurs as the first two characters in the first line of a text file. In this case, the program loader in Unix-like operating systems parses the rest of the first line as an interpreter directive and invokes the program specified after the character sequence with any command line options specified as parameters.
