diff options
author | Andreas Hubel | 2016-06-11 11:39:21 +0200 |
---|---|---|
committer | Andreas Hubel | 2016-06-11 11:39:21 +0200 |
commit | 5dcba7adfff664ebb54191417fd760297b0b0a0f (patch) | |
tree | 07bdf7f4e4a151d115ca14d58ed5c89ac612b660 /configs/conferences/jh-nord-2016/download.sh | |
parent | 88f4b2781688769b3ba29a348074929714edb9c4 (diff) | |
parent | 5a52afb0b28441cf1fb489a8ff36fb309e74bf33 (diff) |
Merge branch 'jh-sued-2016' into events/jh16
Diffstat (limited to 'configs/conferences/jh-nord-2016/download.sh')
-rwxr-xr-x | configs/conferences/jh-nord-2016/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/jh-nord-2016/download.sh b/configs/conferences/jh-nord-2016/download.sh new file mode 100755 index 0000000..3b94d5b --- /dev/null +++ b/configs/conferences/jh-nord-2016/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +#wget --no-check-certificate -q "https://entropia.de/GPN16:Fahrplan:XML?action=raw" -O /tmp/gpn16-schedule.xml && mv /tmp/gpn16-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/jh-sued-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |