aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/31c3/download.sh
diff options
context:
space:
mode:
authorLukas Schauer2021-04-06 19:54:16 +0200
committerLukas Schauer2021-04-06 19:54:16 +0200
commitd3c805518a0a0349f56288559254f3107cf5e96c (patch)
treed8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/conferences/31c3/download.sh
parent58a6e71c844ae16502fd996859b14a6e25b838ee (diff)
archive some older conferences
Diffstat (limited to 'configs/conferences/31c3/download.sh')
-rw-r--r--configs/conferences/31c3/download.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/conferences/31c3/download.sh b/configs/conferences/31c3/download.sh
deleted file mode 100644
index 81d5ad7..0000000
--- a/configs/conferences/31c3/download.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# fahrplan
-wget --no-check-certificate -q "http://events.ccc.de/congress/2014/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml
-
-# vod json
-wget -q "http://cdn.c3voc.de/releases/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json