diff options
Diffstat (limited to 'configs/archive/sub7/download.sh')
-rwxr-xr-x | configs/archive/sub7/download.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/archive/sub7/download.sh b/configs/archive/sub7/download.sh new file mode 100755 index 0000000..219687c --- /dev/null +++ b/configs/archive/sub7/download.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://frab.sendegate.de/de/subscribe7/public/schedule.xml" -O /tmp/subscribe7-schedule.xml && mv /tmp/subscribe7-schedule.xml schedule.xml + +# relive +wget --no-check-certificate -q "http://live.ber.c3voc.de/releases/relive/subscribe7/index.json" -O /tmp/subscribe7-relive.json && mv /tmp/subscribe7-relive.json relive.json |