git-lfs/script/bootstrap

6 lines
76 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
2014-05-22 23:08:14 +00:00
rm -rf `pwd`/bin/*
2015-05-25 18:30:14 +00:00
go run script/*.go -cmd build "$@"