Server/updateSubmodule.bat

8 lines
97 B
Batchfile
Raw Normal View History

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