commit 91dfea9d87e88b9ba22640951304a9e1216637dd parent 87d4b61bd85c854c80ccc895e10a9f0b2333e89e Author: Antoine Amarilli <a3nm@a3nm.net> Date: Thu, 19 Sep 2013 15:26:57 +0200 pdfcropfilter Diffstat:
pdfcropfilter | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/pdfcropfilter b/pdfcropfilter @@ -0,0 +1,8 @@ +#!/bin/bash + +TEMP=`mktemp` +TEMP2=`mktemp` +cat > $TEMP +pdfcrop $TEMP $TEMP2 +cat $TEMP2 +