This commit is contained in:
陆柯 2022-07-30 12:36:47 +08:00
parent e19be3d88a
commit f754a318be
4 changed files with 27 additions and 25 deletions

View File

@ -78,20 +78,20 @@ mkdir tic
pushd tic
git clone https://git.faronear.org/tic/_tic
git clone https://git.faronear.org/tic/cloud
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/cloud-server
git clone https://git.faronear.org/tic/cloud-user-vue
git clone https://git.faronear.org/tic/star
git clone https://git.faronear.org/tic/star.core.torm
git clone https://git.faronear.org/tic/star.lens.design
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.webhome
git clone https://git.faronear.org/tic/tic.webhome.design
git clone https://git.faronear.org/tic/tic.webhome.vue
git clone https://git.faronear.org/tic/star-core-torm
git clone https://git.faronear.org/tic/star-lens-design
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-webhome
git clone https://git.faronear.org/tic/tic-webhome-design
git clone https://git.faronear.org/tic/tic-webhome-vue
git clone https://git.faronear.org/tic/wallet
git clone https://git.faronear.org/tic/wallet.server
git clone https://git.faronear.org/tic/wallet.web
git clone https://git.faronear.org/tic/wallet-server-torm
git clone https://git.faronear.org/tic/wallet-user-vue
popd
mkdir tuc

View File

@ -80,20 +80,20 @@ mkdir tic
pushd tic
git clone https://git.faronear.org/tic/_tic
git clone https://git.faronear.org/tic/cloud
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/cloud-server
git clone https://git.faronear.org/tic/cloud-user-vue
git clone https://git.faronear.org/tic/star
git clone https://git.faronear.org/tic/star.core.torm
git clone https://git.faronear.org/tic/star.lens.design
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.webhome
git clone https://git.faronear.org/tic/tic.webhome.design
git clone https://git.faronear.org/tic/tic.webhome.vue
git clone https://git.faronear.org/tic/star-core-torm
git clone https://git.faronear.org/tic/star-lens-design
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-webhome
git clone https://git.faronear.org/tic/tic-webhome-design
git clone https://git.faronear.org/tic/tic-webhome-vue
git clone https://git.faronear.org/tic/wallet
git clone https://git.faronear.org/tic/wallet.server
git clone https://git.faronear.org/tic/wallet.web
git clone https://git.faronear.org/tic/wallet-server-torm
git clone https://git.faronear.org/tic/wallet-user-vue
popd
mkdir tuc

View File

@ -54,7 +54,7 @@ do
then
echo "---- git add-commit-push [`pwd`/$repo] ----"
cd "$repo"
git add . && git commit -m $COMMIT_MESSAGE && git push
git add . && git commit -m "$COMMIT_MESSAGE" && git push
echo ""
cd ..
fi

View File

@ -49,6 +49,8 @@ alias ps='ps -elf'
alias emacs='emacs -nw'
alias myip='ifconfig | grep netmask'
# Always list long directory and time.
if [[ "$(uname)" = "Darwin" ]];
then