Skip to content
Snippets Groups Projects
Commit c2ddd288 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added convert script

parent 37527af0
Branches
Tags
No related merge requests found
#!/bin/bash
for i in *.svg
do
filename="${i%.*}"
convert \-flatten $filename.svg $filename.png
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment