scale-catalog/update-all.sh

4 lines
42 B
Bash
Raw Normal View History

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