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

# fahrplan
wget --no-check-certificate -q "https://events.opensuse.org/conference/oSC16/schedule.xml" -O /tmp/osc16-schedule.xml && mv /tmp/osc16-schedule.xml schedule.xml
rm -f /tmp/osc16-schedule.xml

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