5 lines
92 B
Bash
5 lines
92 B
Bash
#!/usr/bin/env bash
|
|
|
|
readonly PS2PDF=@ps2pdf@
|
|
|
|
"$PS2PDF" -dEPSCrop -dALLOWPSTRANSPARENCY $@
|