From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/conferences/13np/download.sh | 9 --------- 1 file changed, 9 deletions(-) delete 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 deleted file mode 100755 index bd93300..0000000 --- a/configs/conferences/13np/download.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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