jtmm/downloadmaps.sh
2020-08-29 14:24:41 +02:00

10 lines
150 B
Bash
Executable file

#!/usr/bin/env bash
cd mappacks
git clone https://gitea.planet-casio.com/Massena/jtmm_but_harder
for FOLDER in *
do
cd $FOLDER
git pull
cd ..
done