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

# fahrplan
wget --no-check-certificate -q "https://cfp.mrmcd.net/2017/schedule.xml" -O /tmp/mrmcd17-schedule.xml && mv /tmp/mrmcd17-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