aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/froscon2016/download.sh
blob: a45d69bcca0adc9f4e3b488a1070d2fccc16a60a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# fahrplan
wget --no-check-certificate -q "https://programm.froscon.de/2016/schedule.xml" -O /tmp/froscon2016-schedule.xml && mv /tmp/froscon2016-schedule.xml schedule.xml
rm -f /tmp/froscon2016-schedule.xml

# relive
wget -q "http://live.dus.c3voc.de/relive/froscon16/index.json" -O /tmp/froscon2016-vod.json && mv /tmp/froscon2016-vod.json vod.json
rm -f /tmp/froscon2016-vod.json