This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
penchant
Watch
1
Star
0
Fork
You've already forked penchant
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47063bafc3
penchant
/
template
/
script
/
hooks
/
pre-commit
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2011-07-14 19:50:51 +00:00
#!/bin/bash
readme and others
2011-07-14 20:51:54 +00:00
unset GIT_DIR
script/gemfile remote
initial commit
2011-07-14 19:50:51 +00:00
bundle exec rake
if [ $? -ne 0 ]; then exit $?; fi