3 lines
46 B
Text
3 lines
46 B
Text
|
#!/bin/sh
|
||
|
inkscape "$2".svg --export-png="$3"
|