aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/minilac16/download.sh
blob: d7be062aa96e99e805b7810c706e6543eb3f8cc8 (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/minilac16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json
rm -f /tmp/vod.json