diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-19 12:48:22 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-19 12:48:22 +0100 |
commit | 3fc15ea7ee0ac5c09b9142bd1ac33c622381dda4 (patch) | |
tree | 5d229512f2db1c6e17ad0a2a8194e2da92e86fd5 /localps2pdfscreen | |
parent | a254bc38f2f49625ab9dffd1609f2f592581b76a (diff) |
Add localps2pdf* scripts.
Diffstat (limited to 'localps2pdfscreen')
-rwxr-xr-x | localps2pdfscreen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localps2pdfscreen b/localps2pdfscreen new file mode 100755 index 0000000..51a1d00 --- /dev/null +++ b/localps2pdfscreen @@ -0,0 +1,2 @@ +#!/bin/sh +ps2pdf -dPDFSETTINGS=/screen "$1" |