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

# fahrplan
wget --no-check-certificate -q "https://schedule.battlemesh.org/schedule.xml" -O /tmp/wbm10-schedule.xml && mv /tmp/wbm10-schedule.xml schedule.xml

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