diff options
author | derpeter | 2016-10-16 10:24:31 +0200 |
---|---|---|
committer | derpeter | 2016-10-16 10:24:31 +0200 |
commit | 4586b89f7dd8ea64597b8b5383658940b47616e3 (patch) | |
tree | 243688da64efcd91aaadb8986900568270f6b682 /configs/conferences/coreboot-berlin-2016/download.sh | |
parent | fd2636772244ff046422288d612f011ead4ff589 (diff) | |
parent | 699fbfbacf8cbcb18a8239f10970ead5c2ac6ff6 (diff) |
Merge branch 'master' of github.com:voc/streaming-website
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/coreboot-berlin-2016/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 |