diff options
| author | Paul Buetow (centauri) <puppet@mx.buetow.org> | 2015-05-23 21:59:43 +0100 |
|---|---|---|
| committer | Paul Buetow (centauri) <puppet@mx.buetow.org> | 2015-05-23 21:59:43 +0100 |
| commit | 9fc2fc3ccdedf1b7e48f8dfb618ca6cb6a2a662e (patch) | |
| tree | 0fa92fe4e75cb53ffbf7eb56b5455eb9457bb06c /scripts/pdf2txtrmcr.pl | |
| parent | f7873669a43421331e14b8921ebdaa8af4393bd5 (diff) | |
| parent | 32749241efc1f5f70056d74a90237388f57ea350 (diff) | |
Merge remote-tracking branch 'remotes/github/packages' into packagespackages
Diffstat (limited to 'scripts/pdf2txtrmcr.pl')
| -rw-r--r-- | scripts/pdf2txtrmcr.pl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/pdf2txtrmcr.pl b/scripts/pdf2txtrmcr.pl deleted file mode 100644 index 5ffb05d..0000000 --- a/scripts/pdf2txtrmcr.pl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; - -for (<DATA>) { - chomp if /[a-z]/; - print; -} - -__DATA__ - |
