diff options
author | Dennis Morhardt | 2016-05-06 11:00:14 +0200 |
---|---|---|
committer | Peter Körner | 2016-05-06 11:32:17 +0200 |
commit | 3aaf325e40e88303d7707c9868cf126e901c5340 (patch) | |
tree | 516594cae93b3f79a9b36435217a5789f6f6b98f /configs/conferences/subscribe7/download.sh | |
parent | b52573181ab629db99341c1e76632576271461a6 (diff) |
Add subscribe7
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/subscribe7/download.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/subscribe7/download.sh b/configs/conferences/subscribe7/download.sh new file mode 100755 index 0000000..219687c --- /dev/null +++ b/configs/conferences/subscribe7/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 |