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

# fahrplan
#wget --no-check-certificate -q "https://.../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/lac2018/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json