aboutsummaryrefslogtreecommitdiffstats
path: root/script/setup
blob: e81eacf46121116a04f6490a5e343c8dfd8cbeac (plain) (blame)
1
2
3
4
5
6
#!/bin/bash
bundle install

if [ $? ]; then
    bundle exec rake dev:setup
fi