From fc6e8add02c00a366649f171e69fd604b8af4e20 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Thu, 21 Jul 2022 12:03:24 +0800 Subject: [PATCH] 'updated' --- git-clone-all.bat | 5 ++--- git-clone-all.sh | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/git-clone-all.bat b/git-clone-all.bat index 6c55bc7..0724f7e 100644 --- a/git-clone-all.bat +++ b/git-clone-all.bat @@ -64,9 +64,8 @@ git clone https://git.faronear.org/sol/solet git clone https://git.faronear.org/sol/soweb popd - -mkdir sol -pushd sol +mkdir tex +pushd tex 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.doc diff --git a/git-clone-all.sh b/git-clone-all.sh index 26e978c..95ffa0c 100755 --- a/git-clone-all.sh +++ b/git-clone-all.sh @@ -66,8 +66,8 @@ git clone https://git.faronear.org/sol/solet git clone https://git.faronear.org/sol/soweb popd -mkdir sol -pushd sol +mkdir tex +pushd tex 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.doc