grafiken/.create_svg.sh
2019-10-14 09:58:11 +02:00

6 lines
82 B
Bash
Executable file

#!/bin/bash
for f in *.svg
do
inkscape -z -e "export/$f.png" \
"$f"
done