gh-ost/script/go
2016-10-26 19:55:37 +02:00

12 lines
121 B
Bash
Executable File

#!/bin/bash
set -e
. script/bootstrap
mkdir -p bin
bindir="$PWD"/bin
cd .gopath/src/github.com/github/gh-ost
go "$@"