jtmm/downloadpacks.sh

12 lines
331 B
Bash
Raw Normal View History

cd texturepacks
git clone https://gitea.planet-casio.com/Massena/jtmm_mariotheme
git clone https://gitea.planet-casio.com/Massena/jtmm_1bittheme
git clone https://gitea.planet-casio.com/KikooDX/jtmm_crafttheme
git clone https://gitea.planet-casio.com/KikooDX/jtmm_celestepicotheme
for FOLDER in *
do
cd $FOLDER
git pull
cd ..
done