1 2 3 4 5 6 7 8
#!/bin/bash # basic build script example set -euxo pipefail IFS=$'\n\t' pushd scripts bash build-package.sh popd