4 lines
69 B
Bash
4 lines
69 B
Bash
|
convert "$1" "$1.bmp"
|
||
|
potrace -s "$1.bmp" -o "$1.svg"
|
||
|
rm -f "$1.bmp"
|