diff options
author | MaZderMind | 2016-06-21 18:42:32 +0200 |
---|---|---|
committer | MaZderMind | 2016-06-21 18:42:32 +0200 |
commit | 68132a6678201c41e462b2e1072e6f162a52b175 (patch) | |
tree | 147ee8d48a4e98e0297e9f58c21defa27814b9c6 /configs/conferences/foss4g-2016/download.sh | |
parent | ac5dc5df88bfa82a61c0050addd792b533d0f384 (diff) |
foss4g-2016 ws
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/foss4g-2016/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/foss4g-2016/download.sh b/configs/conferences/foss4g-2016/download.sh new file mode 100755 index 0000000..6d0d474 --- /dev/null +++ b/configs/conferences/foss4g-2016/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://frab.fossgis-konferenz.de/en/foss4g-2016/public/schedule.xml" -O /tmp/foss4g-2016-schedule.xml && mv /tmp/foss4g-2016-schedule.xml schedule.xml +rm -f /tmp/foss4g-2016-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/foss4g-2016/index.json" -O /tmp/foss4g-2016-vod.json && mv /tmp/foss4g-2016-vod.json vod.json +rm -f /tmp/foss4g-2016-vod.json |