sysconfig/git-clone-all.sh
2023-04-04 18:20:26 +08:00

104 lines
3.8 KiB
Bash
Executable File

#!/bin/bash
mkdir cup.git
pushd cup.git
git clone https://git.faronear.org/cup/cmc-user-uniapp
git clone https://git.faronear.org/cup/cmc-server-torm
popd
mkdir fon.git
pushd fon.git
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.git
pushd npm.git
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.git
pushd sol.git
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.git
pushd tic.git
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.git
pushd tuc.git
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