commit a61c7a3264d5b9836b69c732be998e7bf2120a79
parent f0b130d03b60f9c07f7699071e3a01ee87d99984
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Fri, 1 May 2015 09:52:18 +0200
remove temp
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/checkpdf b/checkpdf
@@ -10,6 +10,7 @@ identify -verbose "$FILE" | grep "Print size" | wc -l
echo "CHECK paper size"
identify -verbose "$FILE" | grep "Print size"
pdfcrop "$FILE" "$TMP"
+rm "$TMP"
echo "CHECK print area size"
identify -verbose "$TMP" | grep "Print size"
echo "CHECK metainfo"