diff options
Diffstat (limited to 'configs/conferences/wikidatacon2017/download.sh')
-rwxr-xr-x | configs/conferences/wikidatacon2017/download.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/conferences/wikidatacon2017/download.sh b/configs/conferences/wikidatacon2017/download.sh deleted file mode 100755 index bbe92b9..0000000 --- a/configs/conferences/wikidatacon2017/download.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -# fahrplan -wget --no-check-certificate -q "https://conf.qtcon.org/en/qtcon/public/schedule.xml" -O /tmp/qtcon16-schedule.xml && mv /tmp/qtcon16-schedule.xml schedule.xml -rm -f /tmp/qtcon16-schedule.xml - -# relive -wget -q "http://live.dus.c3voc.de/relive/qtcon16/index.json" -O /tmp/qtcon16-vod.json && mv /tmp/qtcon16-vod.json vod.json -rm -f /tmp/qtcon16-vod.json |