jtmm/downloadtextures.sh

13 lines
354 B
Bash
Raw Normal View History

2020-06-09 13:52:08 +02:00
#!/usr/bin/env bash
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/Massena/jtmm_celestepicotheme
git clone https://gitea.planet-casio.com/KikooDX/jtmm_crafttheme
for FOLDER in *
do
2020-06-09 13:52:08 +02:00
cd $FOLDER
git pull
cd ..
done