pomagick/pomagick.sh

4 lines
69 B
Bash
Raw Permalink Normal View History

2024-04-03 18:19:38 +00:00
convert "$1" "$1.bmp"
potrace -s "$1.bmp" -o "$1.svg"
rm -f "$1.bmp"