From f511903d1c2581963289d8b243e408dab7dff6e1 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 30 Jul 2016 10:43:49 -0700 Subject: [PATCH] Adding update script --- update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..e1b5be5 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git submodule foreach git pull origin master +git submodule foreach --recursive git submodule update