Add files via upload

This commit is contained in:
Sam Lord 2024-04-03 13:19:38 -05:00 committed by GitHub
parent 71476c54a6
commit c680614da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
pomagick.sh Normal file
View file

@ -0,0 +1,3 @@
convert "$1" "$1.bmp"
potrace -s "$1.bmp" -o "$1.svg"
rm -f "$1.bmp"