deinonyxus/files/scripts/example.sh
2025-11-22 14:04:49 +02:00

6 lines
No EOL
222 B
Bash

#!/usr/bin/env bash
# Tell this script to exit if there are any errors.
# You should have this in every custom script, to ensure that your completed
# builds actually ran successfully without any errors!
set -oue pipefail