diff options
author | derpeter | 2017-08-28 21:27:50 +0200 |
---|---|---|
committer | derpeter | 2017-08-28 21:27:50 +0200 |
commit | 7ba38789cb52e48aa4aec0b82ab1c3a9b22c5f39 (patch) | |
tree | 128d166cf1c47d2ee40e77ddb3b2cc5ed392d66d /configs/conferences/np17/download.sh | |
parent | fceb94d579a59c6feefa63b66bd2d2450289d3ed (diff) |
initial commit for 13np (np17 netzpolitik)
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/np17/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/np17/download.sh b/configs/conferences/np17/download.sh new file mode 100755 index 0000000..bd93300 --- /dev/null +++ b/configs/conferences/np17/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://programm.froscon.de/2017/schedule.xml" -O /tmp/froscon2017-schedule.xml && mv /tmp/froscon2017-schedule.xml schedule.xml +rm -f /tmp/froscon2017-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/froscon16/index.json" -O /tmp/froscon2017-vod.json && mv /tmp/froscon2017-vod.json vod.json +rm -f /tmp/froscon2017-vod.json |