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