diff options
author | derpeter | 2016-10-01 17:58:05 +0200 |
---|---|---|
committer | derpeter | 2016-10-01 17:58:05 +0200 |
commit | e5147f5544c5e4603442c4140193b5c9a118b57e (patch) | |
tree | 5f94a64431117fb8f352a43238e522bf82533b50 /configs/conferences/vcfb2016/download.sh | |
parent | 9db8bfa5d6f787c05322d28a9b245f3eaaf53be1 (diff) |
added vcfb2016
Diffstat (limited to 'configs/conferences/vcfb2016/download.sh')
-rwxr-xr-x | configs/conferences/vcfb2016/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/vcfb2016/download.sh b/configs/conferences/vcfb2016/download.sh new file mode 100755 index 0000000..a53ca11 --- /dev/null +++ b/configs/conferences/vcfb2016/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/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 |