aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/32c3/download.sh
blob: ca8c5e09ed6cc41f0ebf27458e23ad7d41ab581d (plain)
1
2
3
4
5
6
7
#!/bin/sh

# fahrplan
wget --no-check-certificate -q "http://events.ccc.de/congress/2015/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml

# vod json
wget -q "http://cdn.c3voc.de/releases/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json