From eed9d90c6d2760da4180dca93ef8892771b7abc9 Mon Sep 17 00:00:00 2001 From: 8ga Date: Tue, 14 Jan 2025 16:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20nas-clone.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nas-clone.bat | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 nas-clone.bat diff --git a/nas-clone.bat b/nas-clone.bat deleted file mode 100644 index 8a378a6..0000000 --- a/nas-clone.bat +++ /dev/null @@ -1,7 +0,0 @@ -@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 \ No newline at end of file