pcodigo2web/staticSource/iconize.sh
2017-09-27 07:27:32 -03:00

2 lines
61 B
Bash

for i in in *.svg; do convert $i -resize 16x16 $i.png; done;