A better (she|hash)bang your shell scripts
gist.github.comPrefer an extra space like so:
#! /bin/bash
to let the name of the interpreter stand on its own on the line.Prefer an extra space like so:
#! /bin/bash
to let the name of the interpreter stand on its own on the line.