Net Radio Archiveのアップデートが面倒

コマンドを結構打たないといけないので面倒。
次の関数を.bashrcに加えてみた

update-net-radio-archive(){
git pull origin master
git submodule update --init --recursive
bundle install --without development test agon
RAILS_ENV=production bundle exec rake db:migrate
bundle exec whenever --update-crontab
}