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

8 lines
108 B
Batchfile

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