From 306204fcb63332e4a8c0eb2c6ea225900c813455 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 21 Jun 2016 17:41:53 +0200 Subject: fossgis16 --- configs/conferences/fossgis16/download.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 configs/conferences/fossgis16/download.sh (limited to 'configs/conferences/fossgis16/download.sh') diff --git a/configs/conferences/fossgis16/download.sh b/configs/conferences/fossgis16/download.sh new file mode 100755 index 0000000..0aae418 --- /dev/null +++ b/configs/conferences/fossgis16/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://frab.fossgis-konferenz.de/de/2016/public/schedule.xml" -O /tmp/fossgis16-schedule.xml && mv /tmp/fossgis16-schedule.xml schedule.xml +rm -f /tmp/fossgis16-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/fossgis16/index.json" -O /tmp/fossgis16-vod.json && mv /tmp/fossgis16-vod.json vod.json +rm -f /tmp/fossgis16-vod.json -- cgit v1.2.3