grafiken/.create_svg.sh

7 lines
82 B
Bash
Raw Normal View History

2019-10-14 09:58:11 +02:00
#!/bin/bash
for f in *.svg
do
inkscape -z -e "export/$f.png" \
"$f"
done