Shebang is a language feature.
In computing, a shebang is the character sequence consisting of the characters number sign and exclamation mark (#!) at the beginning of a script. It is also called sha-bang, hashbang, pound-bang, or hash-pling.
Languages with Shebang include Python, Erlang, Bourne shell
#!/usr/bin/env python
#!/usr/bin/env escript
#!/bin/sh -x