3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
|
#!/bin/sh
|
||
|
convert -background white -density 500 "$@" "$1.png"
|