From 5e4779faa02604a0faa980cbd4a4b1b15a28c7ed Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 17 Sep 2022 19:40:02 +0800 Subject: [PATCH] rename ext-* to pex-* --- git-clone-all.bat | 10 +++++----- git-clone-all.sh | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index c8b41d6..48a193c 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -87,11 +87,11 @@ git clone https://git.faronear.org/tuc/nesh git clone https://git.faronear.org/tuc/nbtc popd -mkdir tuc-ext -pushd tuc-ext -git clone https://git.faronear.org/tuc-ext/ext-blog-hexo -git clone https://git.faronear.org/tuc-ext/ext-server-torm -git clone https://git.faronear.org/tuc-ext/ext-user-uniapp +mkdir tuc-pex +pushd tuc-pex +git clone https://git.faronear.org/tuc-pex/pex-blog-hexo +git clone https://git.faronear.org/tuc-pex/pex-server-torm +git clone https://git.faronear.org/tuc-pex/pex-user-uniapp popd mkdir tuc-log diff --git a/git-clone-all.sh b/git-clone-all.sh index d8b1836..f632065 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -90,11 +90,11 @@ git clone https://git.faronear.org/tuc/nesh git clone https://git.faronear.org/tuc/nbtc popd -mkdir tuc-ext -pushd tuc-ext -git clone https://git.faronear.org/tuc-ext/ext-blog-hexo -git clone https://git.faronear.org/tuc-ext/ext-server-torm -git clone https://git.faronear.org/tuc-ext/ext-user-uniapp +mkdir tuc-pex +pushd tuc-pex +git clone https://git.faronear.org/tuc-pex/pex-blog-hexo +git clone https://git.faronear.org/tuc-pex/pex-server-torm +git clone https://git.faronear.org/tuc-pex/pex-user-uniapp popd mkdir tuc-log