git-lfs/script/bootstrap

7 lines
77 B
Plaintext
Raw Normal View History

2014-04-16 21:11:52 +00:00
#!/bin/sh
set -e
2013-10-04 16:32:25 +00:00
2014-04-16 21:11:52 +00:00
script/fmt
rm -rf bin/*
2015-05-25 18:30:14 +00:00
go run script/*.go -cmd build "$@"