diff options
author | Daniel Meißner | 2016-11-24 22:51:05 +0100 |
---|---|---|
committer | Daniel Meißner | 2016-11-24 22:51:05 +0100 |
commit | 8adf3eaa03a1507bc754c7a14f12d28d0c7ffbf1 (patch) | |
tree | 0d216a5e01a1c982e92ec9ae5b2f755668d64052 /configs/conferences/fiffkon2016/download.sh | |
parent | bf79e92875de6153eb8d577a43c1a567736c67bd (diff) |
added initial fiffkon
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/fiffkon2016/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/fiffkon2016/download.sh b/configs/conferences/fiffkon2016/download.sh new file mode 100755 index 0000000..c40b2a7 --- /dev/null +++ b/configs/conferences/fiffkon2016/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://datenspuren.de/2016/fahrplan/schedule.xml" -O /tmp/DS2016-schedule.xml && mv /tmp/DS2016-schedule.xml schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/DS2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |