scale-catalog/update-all.sh
kjeld Schouten-Lebbing acd23d8798 some update fixes
2020-02-27 20:02:37 +01:00

4 lines
48 B
Bash
Executable File

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