diff --git a/update.sh b/update.sh new file mode 100755 index 00000000000..5979dd0ab2b --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/sh +git pull --rebase +git submodule update --init --recursive