update.sh
[app.Builder.js] / update.sh
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