Added pull scripts, windows docker launch

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

9
Fetch_Updates_Linux_Mac.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
echo ""
echo "Fetching updates to local repositories."
echo ""
sudo make pull-game
sudo make pull-website
sudo make pull-wiki
echo ""