mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-23 17:11:42 +00:00
7 lines
123 B
Batchfile
7 lines
123 B
Batchfile
|
@ECHO off
|
||
|
set PATH=%PATH%;C:\Program Files\Git\cmd
|
||
|
cls
|
||
|
|
||
|
git clone https://github.com/LmeSzinc/AzurLaneAutoScript.git
|
||
|
|
||
|
pause
|