git-lfs/script/bootstrap

10 lines
131 B
Plaintext
Raw Normal View History

2014-04-16 21:11:52 +00:00
#!/bin/sh
2013-10-04 16:32:25 +00:00
2014-04-16 21:11:52 +00:00
script/fmt
2013-10-04 16:32:25 +00:00
2014-05-22 23:08:14 +00:00
rm -rf `pwd`/bin/*
2014-04-16 21:11:52 +00:00
rm -rf `pwd`/.vendor/pkg
GOPATH="$GOPATH:`pwd`/.vendor" \
2014-04-16 21:11:52 +00:00
go run script/build.go "$@"