From 4d84dbaac3cd1512ceabc8de42d75df65f41dd8e Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 7 Oct 2016 09:51:58 +0200 Subject: add coreboot berlin --- configs/conferences/coreboot-berlin-2016/download.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 configs/conferences/coreboot-berlin-2016/download.sh (limited to 'configs/conferences/coreboot-berlin-2016/download.sh') diff --git a/configs/conferences/coreboot-berlin-2016/download.sh b/configs/conferences/coreboot-berlin-2016/download.sh new file mode 100755 index 0000000..7ae01c0 --- /dev/null +++ b/configs/conferences/coreboot-berlin-2016/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 -- cgit v1.2.3