diff options
Diffstat (limited to 'configs/conferences/cryptocon16/download.sh')
-rwxr-xr-x | configs/conferences/cryptocon16/download.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/conferences/cryptocon16/download.sh b/configs/conferences/cryptocon16/download.sh deleted file mode 100755 index 691b513..0000000 --- a/configs/conferences/cryptocon16/download.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# 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 |