8 lines
161 B
Text
Executable file
8 lines
161 B
Text
Executable file
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p ghostscript
|
|
#
|
|
# Local Variables:
|
|
# mode: sh
|
|
# End:
|
|
|
|
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=- -dBATCH "$@"
|