"hashbang" is the term given to the familiar "#!" that is used to denote paths in programming (especially PERL). #! shows the path to the interpreter, for example:
#!/usr/bin/perl