updated
This commit is contained in:
parent
e19be3d88a
commit
f754a318be
@ -78,20 +78,20 @@ mkdir tic
|
|||||||
pushd tic
|
pushd tic
|
||||||
git clone https://git.faronear.org/tic/_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
|
||||||
git clone https://git.faronear.org/tic/cloud.server
|
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-user-vue
|
||||||
git clone https://git.faronear.org/tic/star
|
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-core-torm
|
||||||
git clone https://git.faronear.org/tic/star.lens.design
|
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-uniapp
|
||||||
git clone https://git.faronear.org/tic/star.lens.vue
|
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-blog-hexo
|
||||||
git clone https://git.faronear.org/tic/tic.webhome
|
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-design
|
||||||
git clone https://git.faronear.org/tic/tic.webhome.vue
|
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
|
||||||
git clone https://git.faronear.org/tic/wallet.server
|
git clone https://git.faronear.org/tic/wallet-server-torm
|
||||||
git clone https://git.faronear.org/tic/wallet.web
|
git clone https://git.faronear.org/tic/wallet-user-vue
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir tuc
|
mkdir tuc
|
||||||
|
@ -80,20 +80,20 @@ mkdir tic
|
|||||||
pushd tic
|
pushd tic
|
||||||
git clone https://git.faronear.org/tic/_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
|
||||||
git clone https://git.faronear.org/tic/cloud.server
|
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-user-vue
|
||||||
git clone https://git.faronear.org/tic/star
|
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-core-torm
|
||||||
git clone https://git.faronear.org/tic/star.lens.design
|
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-uniapp
|
||||||
git clone https://git.faronear.org/tic/star.lens.vue
|
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-blog-hexo
|
||||||
git clone https://git.faronear.org/tic/tic.webhome
|
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-design
|
||||||
git clone https://git.faronear.org/tic/tic.webhome.vue
|
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
|
||||||
git clone https://git.faronear.org/tic/wallet.server
|
git clone https://git.faronear.org/tic/wallet-server-torm
|
||||||
git clone https://git.faronear.org/tic/wallet.web
|
git clone https://git.faronear.org/tic/wallet-user-vue
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir tuc
|
mkdir tuc
|
||||||
|
@ -54,7 +54,7 @@ do
|
|||||||
then
|
then
|
||||||
echo "---- git add-commit-push [`pwd`/$repo] ----"
|
echo "---- git add-commit-push [`pwd`/$repo] ----"
|
||||||
cd "$repo"
|
cd "$repo"
|
||||||
git add . && git commit -m $COMMIT_MESSAGE && git push
|
git add . && git commit -m "$COMMIT_MESSAGE" && git push
|
||||||
echo ""
|
echo ""
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
@ -49,6 +49,8 @@ alias ps='ps -elf'
|
|||||||
|
|
||||||
alias emacs='emacs -nw'
|
alias emacs='emacs -nw'
|
||||||
|
|
||||||
|
alias myip='ifconfig | grep netmask'
|
||||||
|
|
||||||
# Always list long directory and time.
|
# Always list long directory and time.
|
||||||
if [[ "$(uname)" = "Darwin" ]];
|
if [[ "$(uname)" = "Darwin" ]];
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user