pomagick/pomagick.sh
2024-04-03 13:19:38 -05:00

3 lines
69 B
Bash

convert "$1" "$1.bmp"
potrace -s "$1.bmp" -o "$1.svg"
rm -f "$1.bmp"