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