aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/coreboot16/download.sh
diff options
context:
space:
mode:
authorderpeter2016-10-04 00:11:40 +0200
committerderpeter2016-10-04 00:11:40 +0200
commitfd2636772244ff046422288d612f011ead4ff589 (patch)
tree6b6473fe33b688a37d85e5b28c55804d61bf11bb /configs/conferences/coreboot16/download.sh
parent07014c5e1ae9c15149282cbf3427e029e7563ee9 (diff)
added coreboot16 (schedule is still missing)
Diffstat (limited to 'configs/conferences/coreboot16/download.sh')
-rwxr-xr-xconfigs/conferences/coreboot16/download.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/coreboot16/download.sh b/configs/conferences/coreboot16/download.sh
new file mode 100755
index 0000000..7ae01c0
--- /dev/null
+++ b/configs/conferences/coreboot16/download.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "geruempel.ddns.net/schedule_voc.xml" -O /tmp/vcfb2016-schedule.xml && mv /tmp/vcfb2016-schedule.xml schedule.xml
+rm -f /tmp/vcfb2016-schedule.xml
+
+# relive
+wget -q "http://live.dus.c3voc.de/relive/vcfb2016/index.json" -O /tmp/vcfb2016-vod.json && mv /tmp/vcfb2016-vod.json vod.json
+rm -f /tmp/vcfb2016-vod.json