github.com/hs0210/hashicorp-terraform@v0.11.12-beta1/svchost/auth/test-helper/test-helper (about) 1 #!/usr/bin/env bash 2 3 set -eu 4 5 cd "$( dirname "${BASH_SOURCE[0]}" )" 6 [ -x main ] || go build -o main . 7 exec ./main "$@"