• MonkderZweite@feddit.ch
    link
    fedilink
    arrow-up
    19
    ·
    edit-2
    8 months ago

    Still don’t do this. If you use bash specific syntax with this head, that’s a bashism and causes issues with people using zsh for example. Or with Debian/*buntu, who use dash as init shell.

    Just use #!/bin/bash or #!/usr/bin/env bash if you’re funny.