From 8035d40213d4718664586d0bb7d8d51e5540502b Mon Sep 17 00:00:00 2001 From: derpeter Date: Mon, 28 Aug 2017 21:53:29 +0200 Subject: renamed netzpolitik --- configs/conferences/13np/download.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 configs/conferences/13np/download.sh (limited to 'configs/conferences/13np/download.sh') diff --git a/configs/conferences/13np/download.sh b/configs/conferences/13np/download.sh new file mode 100755 index 0000000..bd93300 --- /dev/null +++ b/configs/conferences/13np/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://programm.froscon.de/2017/schedule.xml" -O /tmp/froscon2017-schedule.xml && mv /tmp/froscon2017-schedule.xml schedule.xml +rm -f /tmp/froscon2017-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/froscon16/index.json" -O /tmp/froscon2017-vod.json && mv /tmp/froscon2017-vod.json vod.json +rm -f /tmp/froscon2017-vod.json -- cgit v1.2.3