Mercurial > dotfiles.old
view Rakefile @ 12:2aefbda3f774
Update plugins
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 27 Feb 2014 20:29:06 +0100 |
parents | |
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