aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/ogtm/download.sh
diff options
context:
space:
mode:
authorAndreas Hubel2017-10-12 09:30:08 +0200
committerAndreas Hubel2017-10-12 09:30:08 +0200
commitbcdd259cf95ffa001b2978231a8ccc9acf5becc8 (patch)
treee9ec8c8abf265820e9436c11cab2f27dd1fe05bf /configs/conferences/ogtm/download.sh
parenta3094daedced2f362311959fdb1dcd52d0eaa2ae (diff)
inital ogtm17 config
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/ogtm/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/ogtm/download.sh b/configs/conferences/ogtm/download.sh
new file mode 100755
index 0000000..cbc7427
--- /dev/null
+++ b/configs/conferences/ogtm/download.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://c3voc.de/share/schedules/ogtm17.xml" -O /tmp/ogtm17-schedule.xml && mv /tmp/ogtm17-schedule.xml schedule.xml
+
+# relive
+#wget -q "http://live.dus.c3voc.de/relive/jh-ulm-2017/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+#rm -f /tmp/vod.json