From: Simon Ruderich Date: Sun, 7 Apr 2013 01:58:02 +0000 (+0200) Subject: bin/pdftotext-: Remove. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0caa6b97792b47b11e165b7ca2042c6e43730271 bin/pdftotext-: Remove. Moved to vcs repository. --- diff --git a/bin/pdftotext- b/bin/pdftotext- deleted file mode 100755 index e3f41a1..0000000 --- a/bin/pdftotext- +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# Copyright (C) 2011-2012 Simon Ruderich -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - - -exec pdftotext "$@" -