Server/updateSubmodule.bat

8 lines
97 B
Batchfile

@echo off
git submodule update --init
cd .\Gamelib
git fetch
git checkout gamelib
git pull
cd ..