bash
Links #link
The first two statements of your BASH script should be… shell bash
#!/usr/bin/env bash set -euo pipefail
Safer bash scripts with ’set -euxo pipefail’ · vaneyckt.io bash
Almost the same as above 🙃.
#!/usr/bin/env bash set -euo pipefail
Almost the same as above 🙃.