Hacker News new | ask | show | jobs
A better (she|hash)bang your shell scripts (gist.github.com)
3 points by inlineint 2616 days ago
1 comments

Prefer an extra space like so:

    #! /bin/bash
to let the name of the interpreter stand on its own on the line.