diff options
author | root | 2016-05-25 23:18:08 +0200 |
---|---|---|
committer | root | 2016-05-25 23:18:08 +0200 |
commit | 7a98ce1ce5be6684bfadb6abbb0454cc33811bcf (patch) | |
tree | 8609b58d1a3d8ee856902d3a0cbd8d6212cf7502 /configs/conferences/cryptocon16/download.sh | |
parent | 01941566d26635116baf4eb79b3479b17dd55a3b (diff) |
gpn16: style beautification
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/cryptocon16/download.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/conferences/cryptocon16/download.sh b/configs/conferences/cryptocon16/download.sh index d0bf262..691b513 100755 --- a/configs/conferences/cryptocon16/download.sh +++ b/configs/conferences/cryptocon16/download.sh @@ -2,3 +2,5 @@ # fahrplan wget --no-check-certificate -q "https://events.sublab.io/en/CC16/public/schedule.xml" -O /tmp/cryptocon16-schedule.xml && mv /tmp/cryptocon16-schedule.xml schedule.xml + +wget -q "http://live.dus.c3voc.de/relive/cc16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json |