I'd add the `set -euo pipefail` at the top of all shell scripts to make them more robust. https://frippertronics.com/posts/defensive_bash_programming.html
I'd add the
set -euo pipefailat the top of all shell scripts to make them more robust.https://frippertronics.com/posts/defensive_bash_programming.html