diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..0d65d31 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git submodule update --init --recursive --remote +git add * +git push