github.com/willabides/benchdiff@v0.9.1/script/goreleaser (about)

     1  #!/bin/sh
     2  
     3  set -e
     4  
     5  CDPATH="" cd -- "$(dirname -- "$0")/.."
     6  
     7  script/bindown -q install goreleaser
     8  bin/goreleaser "$@"