Mercurial > dotfiles.old
view Rakefile @ 15:4e87e8610500
Update plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 10 Mar 2014 20:38:49 +0100 |
parents | 2aefbda3f774 |
children | 17afab9bd228 |
line wrap: on
line source
require 'rake' desc 'Update plugins' task :update do sh 'git submodule foreach git checkout master' sh 'git submodule foreach git pull --rebase' end