diff options
author | MaZderMind | 2016-06-21 17:41:53 +0200 |
---|---|---|
committer | MaZderMind | 2016-06-21 17:41:53 +0200 |
commit | 306204fcb63332e4a8c0eb2c6ea225900c813455 (patch) | |
tree | 9d44561d839e68f8db5deadb88863083e23f98ae /configs/conferences/fossgis16/download.sh | |
parent | 9b8e234c6c9ae545df3788c0603a5dd97ffc62b4 (diff) |
fossgis16
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/fossgis16/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/fossgis16/download.sh b/configs/conferences/fossgis16/download.sh new file mode 100755 index 0000000..0aae418 --- /dev/null +++ b/configs/conferences/fossgis16/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://frab.fossgis-konferenz.de/de/2016/public/schedule.xml" -O /tmp/fossgis16-schedule.xml && mv /tmp/fossgis16-schedule.xml schedule.xml +rm -f /tmp/fossgis16-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/fossgis16/index.json" -O /tmp/fossgis16-vod.json && mv /tmp/fossgis16-vod.json vod.json +rm -f /tmp/fossgis16-vod.json |