penchant/template/script/hooks/pre-commit

6 lines
65 B
Plaintext
Raw Normal View History

2011-07-14 19:50:51 +00:00
#!/bin/bash
bundle exec rake
if [ $? -ne 0 ]; then exit $?; fi