diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 10:28:46 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-20 10:28:46 +0100 |
commit | 81806b59e1ebe7ea1f69a6ba0a192e483df0b594 (patch) | |
tree | abc278f0d3e85c010ac4fb4adf2979ed4bc4add9 /scripts/acronyms.sh |
Initial commit
Diffstat (limited to 'scripts/acronyms.sh')
-rwxr-xr-x | scripts/acronyms.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh new file mode 100755 index 0000000..a6bd3ca --- /dev/null +++ b/scripts/acronyms.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +curl -s http://www.db-netz.de/file/2361656/data/betriebsstellen.pdf \ +| pdftotext -raw - - | perl scripts/acronyms.pl \ +> lib/Travel/Status/DE/IRIS/Acronyms.pm |