From f754a318befe568e57a7845d35043ad904b8768c Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 30 Jul 2022 12:36:47 +0800 Subject: [PATCH] updated --- git-clone-all.bat | 24 ++++++++++++------------ git-clone-all.sh | 24 ++++++++++++------------ git-push-all.sh | 2 +- nixhome/.bashrc | 2 ++ 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 7e5d1ad..7a07c67 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -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 diff --git a/git-clone-all.sh b/git-clone-all.sh index f28f5bf..406de9f 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -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 diff --git a/git-push-all.sh b/git-push-all.sh index b070eb3..a90412d 100755 --- a/git-push-all.sh +++ b/git-push-all.sh @@ -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 diff --git a/nixhome/.bashrc b/nixhome/.bashrc index 7f825c7..214ba98 100644 --- a/nixhome/.bashrc +++ b/nixhome/.bashrc @@ -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