From bb9540027ce530973d4615f590c7dc78275af579 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 May 2010 11:46:09 +0800 Subject: [PATCH] update.sh --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 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 -- 2.39.2