dotfiles-linux-bash/jobs/tidelift.sh
2022-10-04 15:34:34 -04:00

8 lines
86 B
Bash

#!/bin/bash
function pulldep() {
git pull
bundle
bundle exec rake db:migrate
}