diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-15 12:46:53 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-15 12:46:53 +0200 |
commit | 5f1502c0c280860719cae3f361dc15551c73c019 (patch) | |
tree | 97e9970a5520995581386738bce2b1466c57b839 /scripts/acronyms.sh | |
parent | ad0697d942b800a64073f2e11023651285a413ac (diff) |
Update Stations.pm and acromys.{pl,sh}. Fix 9 code/name combos.
Diffstat (limited to 'scripts/acronyms.sh')
-rwxr-xr-x | scripts/acronyms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh index 95d2ea7..71f90d1 100755 --- a/scripts/acronyms.sh +++ b/scripts/acronyms.sh @@ -1,5 +1,5 @@ #!/bin/sh curl -s http://fahrweg.dbnetze.com/file/fahrweg-de/2394144/vHBDX5OndmGwv-JTA9EzuNArX1E/2361656/data/betriebsstellen.pdf \ -| pdftotext -raw - - | perl scripts/acronyms.pl \ +| pdftotext -layout - - | perl scripts/acronyms.pl \ > lib/Travel/Status/DE/IRIS/Stations.pm |