Skip to content
  • Sébastien Santoro's avatar
    Use #!/usr/bin/env as shebang for Bash scripts · de8c57cb
    Sébastien Santoro authored
    On some systems, the bash command could be available in another
    directory than /bin. As such, to offer an env shebang is more
    convenient.
    
    This make sense even for docker scripts, as you can use Docker
    on FreeBSD or SmartOS for example.
    de8c57cb