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