aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/15np/download.sh
blob: bd93300fe21f5d767ea8e0e587e97cfbf629c8e9 (plain)
1
2
3
4
5
6
7
8
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