diff --git a/git-clone-all.sh b/git-clone-all.sh deleted file mode 100755 index 360c6c5..0000000 --- a/git-clone-all.sh +++ /dev/null @@ -1,103 +0,0 @@ -#!/bin/bash - -mkdir cup.code -pushd cup.code -git clone https://git.faronear.org/cup/cmc-user-uniapp -git clone https://git.faronear.org/cup/cmc-server-torm -popd - -mkdir fon.code -pushd fon.code -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.code -pushd npm.code -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-core-coco -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 -popd - -mkdir sol.code -pushd sol.code -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 tic.code -pushd tic.code -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/tic-blog-hexo -git clone https://git.faronear.org/tic/tic-www-vue - -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-team-vue -git clone https://git.faronear.org/tex/tex-user-android -git clone https://git.faronear.org/tex/tex-user-ios -git clone https://git.faronear.org/tex/tex-user-vue - -popd - -mkdir tuc.code -pushd tuc.code - -git clone https://git.faronear.org/tuc/fork-tisch -git clone https://git.faronear.org/tuc/fork-nesh -git clone https://git.faronear.org/tuc/fork-nbtc - -git clone https://git.faronear.org/tuc-pex/pex-blog-hexo -git clone https://git.faronear.org/tuc-pex/pex-chain-geth -git clone https://git.faronear.org/tuc-pex/pex-contract-hardhat -git clone https://git.faronear.org/tuc-pex/pex-server-torm -git clone https://git.faronear.org/tuc-pex/pex-scan-html -git clone https://git.faronear.org/tuc-pex/pex-user-uniapp - -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-uniapp -git clone https://git.faronear.org/tuc-log/log-blog-hexo - -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 - -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