aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/coreboot-berlin-2016/download.sh
blob: 7ae01c04314fe29cace6128855b8834cfb6d87fa (plain)
1
2
3
4
5
6
7
8
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/vcfb2016-schedule.xml

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