github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/bin/run (about) 1 #!/bin/bash 2 3 set -e 4 5 go run $(dirname $0)/../main.go "$@"