Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKalliauer committed Apr 25, 2021
1 parent 6e671a0 commit 30edafc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions InkscapeRender.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh


for file in *.svg
do
inkscape "$file" --export-type="png"
done

0 comments on commit 30edafc

Please sign in to comment.