<- Back
#terminal
#shebang
bash
Shebang
My favorite shebang
#!/usr/bin/env -S bash -euo pipefail
The Set Builtin:
https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html
While env -S is standard on modern Linux (GNU coreutils) and macOS, it is not POSIX-compliant. Older Unix systems or stripped-down busybox environments may not support -S.