From: Simon Ruderich Date: Fri, 12 Nov 2010 21:54:01 +0000 (+0100) Subject: bin/pdftotext-: Add. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c2c4969faef805530a3283f9afdd47eb1d1829f9;p=config%2Fdotfiles.git bin/pdftotext-: Add. Wrapper for pdftotext writing to stdout. Necessary for gitattributes which passes the file as last parameter. --- 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 "$@" -