scale-catalog/update-all.sh

4 lines
48 B
Bash
Raw Normal View History

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