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

# fahrplan
wget --no-check-certificate -q "https://pretalx.linuxtage.at/glt19/schedule/export/schedule.xml" -O /tmp/glt19-schedule.xml && mv /tmp/glt-19-schedule.xml schedule.xml

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