git-lfs/script/release

5 lines
78 B
Plaintext
Raw Normal View History

2014-09-05 23:09:20 +00:00
#!/bin/sh
script/fmt
GOPATH="`pwd`/.vendor" \
go run script/release.go "$@"