|
@@ -1,7 +1,7 @@
|
|
|
@echo off & color 0A
|
|
|
@title git tool
|
|
|
|
|
|
-rem ��ǰ�ļ�������
|
|
|
+rem 当前文件夹名称
|
|
|
pushd %1 & for %%i in (.) do set curr=%%~ni
|
|
|
if "%curr%"=="WingCloudServer" (
|
|
|
cd ..
|
|
@@ -13,7 +13,7 @@ if "%curr%"=="WingCloudServer" (
|
|
|
)
|
|
|
|
|
|
:Main
|
|
|
-echo [���ڼ���ȡԶ�̴��룬����رյ�ǰ����ҳ]
|
|
|
+echo [正在检查获取远程项目文件,请勿关闭当前操作页]
|
|
|
for /d %%i in (*) do (
|
|
|
cd %%i
|
|
|
if exist *.git (
|
|
@@ -40,9 +40,9 @@ if not exist WingSMSModule (git clone http://git.ius.plus:88/Project-Wing/WingSM
|
|
|
if not exist WingStorageModule (git clone http://git.ius.plus:88/Project-Wing/WingStorageModule.git && echo;)
|
|
|
if not exist WingUserModule (git clone http://git.ius.plus:88/Project-Wing/WingUserModule.git && echo;)
|
|
|
if not exist WingVinnoImageData (git clone http://git.ius.plus/Project-Wing/WingVinnoImageData.git && echo;)
|
|
|
-if not exist WingLiveConsultationService (git clone http://git.ius.plus/arthur.wu/WingLiveConsultationService.git && echo;)
|
|
|
-if not exist WingRtmpService (git clone http://git.ius.plus/arthur.wu/WingRtmpService.git && echo;)
|
|
|
-if not exist WingRtcService (git clone http://git.ius.plus/fly.wang/WingRtcService.git && echo;)
|
|
|
+if not exist WingLiveConsultationService (git clone http://git.ius.plus/Project-Wing/WingLiveConsultationService.git && echo;)
|
|
|
+if not exist WingRtmpService (git clone http://git.ius.plus/Project-Wing/WingRtmpService.git && echo;)
|
|
|
+if not exist WingRtcService (git clone http://git.ius.plus/Project-Wing/WingRtcService.git && echo;)
|
|
|
|
|
|
echo Finished!
|
|
|
pause>nul
|