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