diff options
author | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-06 19:54:16 +0200 |
commit | d3c805518a0a0349f56288559254f3107cf5e96c (patch) | |
tree | d8fc917c02ba1e4431469fc81c23e726d3ad5015 /configs/conferences/nixcon15/download.sh | |
parent | 58a6e71c844ae16502fd996859b14a6e25b838ee (diff) |
archive some older conferences
Diffstat (limited to 'configs/conferences/nixcon15/download.sh')
-rw-r--r-- | configs/conferences/nixcon15/download.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/conferences/nixcon15/download.sh b/configs/conferences/nixcon15/download.sh deleted file mode 100644 index a81b80c..0000000 --- a/configs/conferences/nixcon15/download.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# fahrplan -wget --no-check-certificate -q "http://n621.de/fud/nixcon.xml" -O /tmp/nixcon2015-schedule.xml && mv /tmp/nixcon2015-schedule.xml schedule.xml - -# relive -wget --no-check-certificate -q "http://live.ber.c3voc.de/releases/relive/nixcon2015/index.json" -O /tmp/nixcon2015-relive.json && mv /tmp/nixcon2015-relive.json relive.json - |