git-lfs/script/bootstrap
2015-05-25 12:30:14 -06:00

6 lines
76 B
Bash
Executable File

#!/bin/sh
script/fmt
rm -rf `pwd`/bin/*
go run script/*.go -cmd build "$@"