This website requires JavaScript.
Explore
Help
Register
Sign In
Yandrik
/
Server
Watch
1
Star
0
Fork
0
You've already forked Server
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
6122c55025
Server
/
updateSubmodule.bat
8 lines
97 B
Batchfile
Raw
Normal View
History
Unescape
Escape
build: added convenience bat file to update submodule via powershell script
2021-06-05 02:17:17 +00:00
@
echo
off
script: redesigned scripts to work based off of CMD instead
2021-06-05 16:39:51 +00:00
git submodule update --init
cd
.\Gamelib
git fetch
git checkout gamelib
git pull
cd
..
Reference in New Issue
Copy Permalink