1 2 3 4 5 6 7
#!/bin/bash set -e cd "$(realpath "$(dirname "$0")" )" export BUILDARGS="-race" exec ./test.sh