Add files via upload
This commit is contained in:
parent
71476c54a6
commit
c680614da4
1 changed files with 3 additions and 0 deletions
3
pomagick.sh
Normal file
3
pomagick.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
convert "$1" "$1.bmp"
|
||||
potrace -s "$1.bmp" -o "$1.svg"
|
||||
rm -f "$1.bmp"
|
Loading…
Reference in a new issue