StarRailCopilot/downloader.bat

7 lines
123 B
Batchfile
Raw Normal View History

2020-06-12 07:25:16 +00:00
@ECHO off
set PATH=%PATH%;C:\Program Files\Git\cmd
cls
git clone https://github.com/LmeSzinc/AzurLaneAutoScript.git
pause