4 lines
70 B
Bash
Executable File
4 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
convert -density 300 -colorspace GRAY "$1" "$1.gray.pdf"
|