Files
Open-RSC-Docker-Home/Clone_Game_Website_Windows.cmd
2018-07-16 17:34:04 -04:00

13 lines
203 B
Batchfile

@echo off
echo:
echo Cloning the game repository.
echo:
Windows\make clone-windows-game
echo:
echo:
echo Cloning the website repository.
echo:
Windows\make clone-windows-website
echo:
pause