Moved wiki to own scripts due to size

This commit is contained in:
Marwolf
2018-07-12 20:21:49 -04:00
parent 0da22ddd1a
commit 8654e78836
5 changed files with 23 additions and 8 deletions

13
Add Wiki.cmd Normal file
View File

@@ -0,0 +1,13 @@
@echo off
cls
echo Downloading a copy of the Wiki repository
echo:
Windows\make clone-windows-wiki
cls
echo Importing the databases.
echo:
Windows\make import-windows-wiki
pause