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