diff options
author | Daniel Molkentin | 2019-08-31 14:17:13 +0200 |
---|---|---|
committer | Daniel Molkentin | 2019-08-31 14:42:09 +0200 |
commit | 6746e9bd57c4df1b368f799ec1b583420316d297 (patch) | |
tree | 521c0f9d5407a7e185745b3eb13def0f23b732a4 /configs/conferences/jh-hh-2019/download.sh | |
parent | acc0b47e1806cc18faef89dbaee14317a2e7beb0 (diff) |
Jugend Hackt Hamburg 2019
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/jh-hh-2019/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/jh-hh-2019/download.sh b/configs/conferences/jh-hh-2019/download.sh new file mode 100755 index 0000000..1ad9b5c --- /dev/null +++ b/configs/conferences/jh-hh-2019/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "http://data.c3voc.de/schedule/jh16/schedule-nord.xml" -O /tmp/jh16-nord-schedule.xml && mv /tmp/jh16-nord-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 |