From: Alan Knowles Date: Tue, 4 May 2010 03:46:09 +0000 (+0800) Subject: update.sh X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=bb9540027ce530973d4615f590c7dc78275af579 update.sh --- diff --git a/update.sh b/update.sh new file mode 100644 index 000000000..ac9250b43 --- /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