summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/hicn/build-extras.sh
blob: c1e0e3e1e7a4f3b6c9a3f80e1908efc5df971031 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# basic build script example
set -euxo pipefail

echo "---> jjb/scripts/hicn/build-extras.sh"

pushd scripts
bash ./build-extras.sh
popd