diff --git a/Update.bat b/Update.bat new file mode 100644 index 000000000..d950efe12 --- /dev/null +++ b/Update.bat @@ -0,0 +1,4 @@ +rem This script will pull the latest changes from the remote repository, and update the submodules accordingly. + +git pull +git submodule update --init