diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Rakefile	Thu Feb 27 20:29:06 2014 +0100
@@ -0,0 +1,8 @@
+require 'rake'
+
+
+desc 'Update plugins'
+task :update do
+  sh 'git submodule foreach git checkout master'
+  sh 'git submodule foreach git pull --rebase'
+end