Added pull scripts, windows docker launch

#7
This commit is contained in:
Marwolf
2018-07-20 23:48:34 -04:00
parent 3a80144217
commit f0387a8800
4 changed files with 25 additions and 3 deletions

12
Fetch_Updates_Windows.cmd Normal file
View File

@@ -0,0 +1,12 @@
@echo off
echo:
echo Fetching updates to local repositories.
echo:
make pull-game-windows
make pull-website-windows
make pull-wiki-windows
echo:
echo:
echo Local repositories have been updated if existing.
echo: