aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fusion19/download.sh
diff options
context:
space:
mode:
authorderpeter2019-05-29 18:51:52 +0200
committerderpeter2019-05-29 18:51:52 +0200
commit0d84d78483524c7a4038a1950d19de9bf12f6170 (patch)
tree4903c01f058e9d5d113699bf1a55de9238a0847f /configs/conferences/fusion19/download.sh
parent0ba0bf742a068e25544beecf0eb671f906d73f15 (diff)
inital commit fusion19
Diffstat (limited to 'configs/conferences/fusion19/download.sh')
-rwxr-xr-xconfigs/conferences/fusion19/download.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/fusion19/download.sh b/configs/conferences/fusion19/download.sh
new file mode 100755
index 0000000..ef4a476
--- /dev/null
+++ b/configs/conferences/fusion19/download.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://cfp.privacyweek.at/pw18/schedule/export/schedule.xml" -O /tmp/pw18-schedule.xml && mv /tmp/pw18-schedule.xml schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/pw18/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json