Tweeter buttonFacebook buttonLinkedin button
  • 22 Sep 2009 /  FreeBSD, GNU/Linux, Unix

    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