update.sh
authorAlan Knowles <alan@akbkhome.com>
Tue, 4 May 2010 03:46:09 +0000 (11:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 4 May 2010 03:46:09 +0000 (11:46 +0800)
update.sh [new file with mode: 0644]

diff --git a/update.sh b/update.sh
new file mode 100644 (file)
index 0000000..ac9250b
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+git pull
+git submodule init
+git submodule update
+git submodule foreach 'git checkout master'
+git submodule foreach 'git pull'
\ No newline at end of file