aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/minilac16/download.sh
diff options
context:
space:
mode:
authorMaZderMind2016-03-25 13:41:31 +0100
committerMaZderMind2016-03-25 13:41:31 +0100
commitf993584bacdf74ed5371c9305ffce560106d7e25 (patch)
tree5d6ee4a42092a2d816d1c53b2720c43593b1a7b4 /configs/conferences/minilac16/download.sh
parent96b8e475f0c7e63de9588225b71a43dda5dd40a7 (diff)
parent7d68de43c7accf8f8e4df4bc031d275d8ca3522d (diff)
Merge branch 'minilac16'
Diffstat (limited to 'configs/conferences/minilac16/download.sh')
-rwxr-xr-xconfigs/conferences/minilac16/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/minilac16/download.sh b/configs/conferences/minilac16/download.sh
new file mode 100755
index 0000000..d7be062
--- /dev/null
+++ b/configs/conferences/minilac16/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+#wget --no-check-certificate -q "https://.../schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml
+#rm -f /tmp/schedule.xml
+
+# vod json
+wget -q "http://live.dus.c3voc.de/relive/minilac16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
+rm -f /tmp/vod.json