1 2 3 4 5 6 7
#!/bin/bash # basic build script example set -euxo pipefail pushd scripts bash ./build-packages.sh popd