diff options
author | Sophie Schiller | 2019-04-18 10:18:27 +0200 |
---|---|---|
committer | Sophie Schiller | 2019-04-18 10:18:27 +0200 |
commit | 6a52225f61f168f602cb34ca26909470bf69232d (patch) | |
tree | 7d68a74e0b7755c68c920511955b7fe969f465d4 /configs/conferences/eh19/download.sh | |
parent | 28f5c5a01d1cb9c4c7c6e972b4081271504c3bc0 (diff) |
add eh19 config
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/eh19/download.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/eh19/download.sh b/configs/conferences/eh19/download.sh new file mode 100755 index 0000000..633d1f6 --- /dev/null +++ b/configs/conferences/eh19/download.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://frab.das-sendezentrum.de/de/subscribe8/public/schedule.xml" -O /tmp/subscribe8-schedule.xml && mv /tmp/subscribe8-schedule.xml schedule.xml + +# relive +wget --no-check-certificate -q "http://live.ber.c3voc.de/releases/relive/subscribe8/index.json" -O /tmp/subscribe8-relive.json && mv /tmp/subscribe8-relive.json relive.json |