github.com/sleungcy/cli@v7.1.0+incompatible/bin/run (about) 1 #!/bin/bash 2 3 set -e 4 5 go run $(dirname $0)/../main.go "$@"