dotfiles/jobs/tidelift.sh

8 lines
86 B
Bash
Raw Normal View History

2022-10-04 19:51:20 +00:00
#!/bin/bash
function pulldep() {
git pull
bundle
bundle exec rake db:migrate
}