shebang/hashbang/haspling is…
#! <- The first two characters used in Unix-like in a script file, they're read by the program reader looking for the interpreter of this script, that is specified after the shebang. For example:
#! /bin/sh
Juan José Vaca Vadillo :: Non scholae, sed vitae discimus
shebang/hashbang/haspling is…
#! <- The first two characters used in Unix-like in a script file, they're read by the program reader looking for the interpreter of this script, that is specified after the shebang. For example:
#! /bin/sh
0 Responses to “What’s shebang?”