diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-02 05:41:37 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-02 05:41:37 +0100 |
commit | ba7a15a58d52b6f737dc574e0a76a58d14883687 (patch) | |
tree | 2701d19ea99d7be3822027ec1a7e31f9fe6a1944 /scripts/acronyms.sh | |
parent | d1b57191186970b3d699cd5b51e9bed4130af3b4 (diff) |
rename Travel::Status::DE::IRIS::{Acronyms -> Stations}
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 a6bd3ca..ef52521 100755 --- a/scripts/acronyms.sh +++ b/scripts/acronyms.sh @@ -2,4 +2,4 @@ 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 +> lib/Travel/Status/DE/IRIS/Stations.pm |