scale-catalog/update-all.sh
kjeld Schouten-Lebbing dde01fd62b make update executable
2020-02-27 19:59:39 +01:00

3 lines
47 B
Bash
Executable File

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