test.sh 100 B

123456
  1. #!/bin/sh
  2. go test ./template $@
  3. # install as pre-commit hook:
  4. # cp test.sh ~/.git/hooks/pre-commit