From c2c4969faef805530a3283f9afdd47eb1d1829f9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 12 Nov 2010 22:54:01 +0100 Subject: [PATCH] bin/pdftotext-: Add. Wrapper for pdftotext writing to stdout. Necessary for gitattributes which passes the file as last parameter. --- bin/pdftotext- | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/pdftotext- diff --git a/bin/pdftotext- b/bin/pdftotext- new file mode 100755 index 0000000..8606356 --- /dev/null +++ b/bin/pdftotext- @@ -0,0 +1,3 @@ +#!/bin/sh + +pdftotext "$@" - -- 2.44.1