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

# fahrplan
wget --no-check-certificate -q "https://fahrplan.eh16.easterhegg.eu/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml
rm -f /tmp/schedule.xml

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