添加 nas-clone.bat
This commit is contained in:
commit
fcf7e30d77
7
nas-clone.bat
Normal file
7
nas-clone.bat
Normal 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
|
Loading…
Reference in New Issue
Block a user