bash clean.sh for f in *.svg; do python3 generate.py $f colortables.json; done #index rm index.html echo "" > index.html echo "" >> index.html echo "" >> index.html for f in gen_*; do echo "$f" >> index.html; done echo "" >> index.html