scale-catalog/update-all.sh
kjeld Schouten-Lebbing 3fbe0adcf5 sh?
2020-02-27 20:10:10 +01:00

4 lines
42 B
Bash
Executable File

cd update
for f in *.sh; do
sh "$f"
done