scale-catalog/update-all.sh

3 lines
47 B
Bash
Raw Normal View History

2020-02-27 18:58:24 +00:00
for f in ./update/*.sh; do
bash "$f" -H
done