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