-
M Parker authored
Any shebang line is ideal as it specifies which shell's grammar the current file uses. /usr/bin/env $shell seems to be best practice, as it doesn't depend on a particular distro. See https://stackoverflow.com/a/16365367/198426 for more information.
M Parker authoredAny shebang line is ideal as it specifies which shell's grammar the current file uses. /usr/bin/env $shell seems to be best practice, as it doesn't depend on a particular distro. See https://stackoverflow.com/a/16365367/198426 for more information.
Loading