github.com/tompao/terraform@v0.6.10-0.20180215233341-e41b29d0961b/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 "$@"