This commit is contained in:
2026-01-18 21:33:00 -05:00
parent 378bce7579
commit 7905f406ff

View File

@@ -1,5 +1,8 @@
#!/bin/bash
set -euo pipefail
set -Eeuo pipefail
# Trap ERR to provide better error reporting
trap 'echo "Error on line $LINENO of $0: $BASH_COMMAND"' ERR
opdir="${1?Output dir missing}"