2 lines
76 B
Bash
Executable file
2 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
convert -resize 640x480 -depth 16 -colors 65536 $1 arkaplan.png
|