diff options
Diffstat (limited to 'scripts/acronyms.sh')
-rwxr-xr-x | scripts/acronyms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh index 71f90d1..57b48ce 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 -layout - - | perl scripts/acronyms.pl \ +curl -s http://data.deutschebahn.com/datasets/betriebsstellen/DBNetz-Betriebsstellenverzeichnis-Stand2015-05.csv \ +| perl scripts/acronyms.pl \ > lib/Travel/Status/DE/IRIS/Stations.pm |