From 439c4d6675a1a95b47fcd3f7b6e3b1d464ccd8da Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 22 Oct 2022 20:54:36 +0800 Subject: [PATCH] u --- git-clone-all.bat | 120 ---------------------------------------------- git-clone-all.sh | 3 +- 2 files changed, 2 insertions(+), 121 deletions(-) delete mode 100644 git-clone-all.bat diff --git a/git-clone-all.bat b/git-clone-all.bat deleted file mode 100644 index d1f206d..0000000 --- a/git-clone-all.bat +++ /dev/null @@ -1,120 +0,0 @@ -mkdir cup -pushd cup -git clone https://git.faronear.org/cup/code.gasj.allinone -git clone https://git.faronear.org/cup/code.gd-thomas.jp -git clone https://git.faronear.org/cup/cmc-user-uniapp -git clone https://git.faronear.org/cup/cmc-server-torm -popd - -mkdir fon -pushd fon -git clone https://git.faronear.org/npm/sysconfig -git clone https://git.faronear.org/fon/dot.vscode -git clone https://git.faronear.org/fon/www.faronear.com -git clone https://git.faronear.org/fon/yapi.faronear.org -git clone https://git.faronear.org/fon/git.faronear.org -git clone https://git.faronear.org/fon/www.faronear.org -git clone https://git.faronear.org/fon/mail.faronear.org -popd - -mkdir npm -pushd npm -git clone https://git.faronear.org/npm/wo-base-fileloader -git clone https://git.faronear.org/npm/wo-base-deployer -git clone https://git.faronear.org/npm/wo-base-envar -git clone https://git.faronear.org/npm/wo-base-cocon -git clone https://git.faronear.org/npm/wo-base-messenger -git clone https://git.faronear.org/npm/wo-base-netinfo -git clone https://git.faronear.org/npm/wo-base-webserver -git clone https://git.faronear.org/npm/wo-base-websocket-server -git clone https://git.faronear.org/npm/wo-base-webtoken - -git clone https://git.faronear.org/npm/wo-core-i18n -git clone https://git.faronear.org/npm/wo-core-toolkit -git clone https://git.faronear.org/npm/wo-core-rpcsocket - -git clone https://git.faronear.org/npm/wo-user-part-uniapp -git clone https://git.faronear.org/npm/wo-user-style-scss -git clone https://git.faronear.org/npm/wo-user-toolkit-uniapp -git clone https://git.faronear.org/npm/wo-user-websocket-uniapp - -git clone https://git.faronear.org/npm/tic-crypto -git clone https://git.faronear.org/npm/tic-chaintool -git clone https://git.faronear.org/npm/tic-traction - -git clone https://git.faronear.org/npm/vue-cli-uniapp -popd - -mkdir sol -pushd sol -git clone https://git.faronear.org/sol/sol-ling -git clone https://git.faronear.org/sol/sol-data -git clone https://git.faronear.org/sol/sol-base -git clone https://git.faronear.org/sol/solet -git clone https://git.faronear.org/sol/soweb -popd - -mkdir tex -pushd tex -git clone https://git.faronear.org/tex/tex-basebank-java -git clone https://git.faronear.org/tex/tex-baserver-java -git clone https://git.faronear.org/tex/tex-doc -git clone https://git.faronear.org/tex/tex-team-vue -git clone https://git.faronear.org/tex/tex-user-android -git clone https://git.faronear.org/tex/tex-user-vue -popd - -mkdir tic -pushd tic -git clone https://git.faronear.org/tic/cloud-server -git clone https://git.faronear.org/tic/cloud-user-vue -git clone https://git.faronear.org/tic/star-core-torm -git clone https://git.faronear.org/tic/star-lens-uniapp -git clone https://git.faronear.org/tic/star-lens-vue -git clone https://git.faronear.org/tic/tic-blog-hexo -git clone https://git.faronear.org/tic/tic-www-vue -popd - -mkdir tuc -pushd tuc -git clone https://git.faronear.org/tuc/tisch -git clone https://git.faronear.org/tuc/nesh -git clone https://git.faronear.org/tuc/nbtc -popd - -mkdir tuc-pex -pushd tuc-pex -git clone https://git.faronear.org/tuc-pex/pex-blog-hexo -git clone https://git.faronear.org/tuc-pex/pex-server-torm -git clone https://git.faronear.org/tuc-pex/pex-user-uniapp -popd - -mkdir tuc-log -pushd tuc-log -git clone https://git.faronear.org/tuc-log/log-team-uniapp -git clone https://git.faronear.org/tuc-log/log-server-mongo -git clone https://git.faronear.org/tuc-log/log-server-torm -git clone https://git.faronear.org/tuc-log/log-user-react -git clone https://git.faronear.org/tuc-log/log-user-uniapp -git clone https://git.faronear.org/tuc-log/log-user-vue -git clone https://git.faronear.org/tuc-log/log-blog-hexo -popd - - -mkdir tuc-vic -pushd tuc-vic -git clone https://git.faronear.org/tuc-vic/vic -git clone https://git.faronear.org/tuc-vic/vic.server.mongo -git clone https://git.faronear.org/tuc-vic/vic.user.react -git clone https://git.faronear.org/tuc-vic/vic.webhome.hexo -git clone https://git.faronear.org/tuc-vic/vic.market -git clone https://git.faronear.org/tuc-vic/vic.admin.vue -popd - -mkdir tuc-fiv -pushd tuc-fiv -git clone https://git.faronear.org/tuc-fiv/fiv -git clone https://git.faronear.org/tuc-fiv/fiv.webhome.hexo -git clone https://git.faronear.org/tuc-fiv/fiv.server.mongo -git clone https://git.faronear.org/tuc-fiv/fiv.user.react -popd diff --git a/git-clone-all.sh b/git-clone-all.sh index 155de45..0262445 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -1,5 +1,7 @@ #!/bin/bash +git clone https://git.faronear.org/fon/dot.vscode .vscode + mkdir cup pushd cup git clone https://git.faronear.org/cup/cmc-user-uniapp cmc-user-uniapp.git @@ -9,7 +11,6 @@ popd mkdir fon pushd fon git clone https://git.faronear.org/npm/sysconfig sysconfig.git -git clone https://git.faronear.org/fon/dot.vscode dot.vscode.git git clone https://git.faronear.org/fon/www.faronear.com www.faronear.com.git git clone https://git.faronear.org/fon/yapi.faronear.org yapi.faronear.org.git git clone https://git.faronear.org/fon/git.faronear.org git.faronear.org.git