67a26cf
7f0a410
1
2
3 4 5 6
#!/bin/bash bundle install --without=production if [ $? ]; then bundle exec rake dev:setup fi