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

# fahrplan
wget --no-check-certificate -q "https://frab.sendegate.de/en/ppw15b/public/schedule.xml" -O /tmp/ppw15b-schedule.xml && mv /tmp/ppw15b-schedule.xml schedule.xml

# relive
wget --no-check-certificate -q "http://live.ber.c3voc.de/releases/relive/ppw15b/index.json" -O /tmp/ppw15b-relive.json && mv /tmp/ppw15b-relive.json relive.json