1 2 3 4 5 6 7 8 9
#!/bin/bash # basic build script example set -euxo pipefail echo "---> jjb/scripts/hicn/functest.sh" pushd scripts bash ./functional-tests.sh popd