diff options
Diffstat (limited to 'configs/conferences/jh-ulm-2019/download.sh')
-rwxr-xr-x | configs/conferences/jh-ulm-2019/download.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/conferences/jh-ulm-2019/download.sh b/configs/conferences/jh-ulm-2019/download.sh deleted file mode 100755 index 08814e9..0000000 --- a/configs/conferences/jh-ulm-2019/download.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# fahrplan -wget --no-check-certificate -q "https://jh.kohl.okfn.de/schedule-jh19-ulm.xml" -O /tmp/jh19-ulm-schedule.xml && mv /tmp/jh19-ulm-schedule.xml schedule.xml - -# relive -wget -q "http://live.dus.c3voc.de/relive/jh-ulm-2019/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json -rm -f /tmp/vod.json |