Files
Open-RSC-Docker-Home/Clone_Game_Windows.cmd

8 lines
100 B
Batchfile

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