10 lines
111 B
Batchfile
10 lines
111 B
Batchfile
git submodule update --init --recursive
|
|
|
|
cd AronaCore
|
|
git checkout dev
|
|
git pull
|
|
|
|
init.bat
|
|
echo Init done
|
|
pause
|