aboutsummaryrefslogtreecommitdiff
path: root/configs/download.sh
blob: 6010291caba3e7b4aa269cc5ac1a0772da28bdb6 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# fahrplan
wget -q "http://events.ccc.de/congress/2014/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