1
0

添加 nas-clone.bat

This commit is contained in:
8ga 2025-01-14 11:01:54 +08:00
commit fcf7e30d77

7
nas-clone.bat Normal file
View File

@ -0,0 +1,7 @@
@echo off
chcp 65001
:Input
set /p nas_project_name=请输入项目名称:
if "%nas_project_name%"=="" goto :Input
git clone http://117.50.220.191:8418/nas/%nas_project_name%.git
pause