From ad0697d942b800a64073f2e11023651285a413ac Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 15 May 2015 01:29:04 +0200 Subject: acronyms.sh: update DS100 URL --- scripts/acronyms.pl | 2 +- scripts/acronyms.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index e535ea8..d2326e9 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -22,7 +22,7 @@ use utf8; use List::MoreUtils qw(firstval); -our $VERSION = '0.00'; +our $VERSION = '1.00'; my @stations = ( EOF diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh index ef52521..95d2ea7 100755 --- a/scripts/acronyms.sh +++ b/scripts/acronyms.sh @@ -1,5 +1,5 @@ #!/bin/sh -curl -s http://www.db-netz.de/file/2361656/data/betriebsstellen.pdf \ +curl -s http://fahrweg.dbnetze.com/file/fahrweg-de/2394144/vHBDX5OndmGwv-JTA9EzuNArX1E/2361656/data/betriebsstellen.pdf \ | pdftotext -raw - - | perl scripts/acronyms.pl \ > lib/Travel/Status/DE/IRIS/Stations.pm -- cgit v1.2.3