dotfiles-linux-bash/jobs/tidelift.sh

8 lines
86 B
Bash
Raw Permalink Normal View History

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