diff options
author | derpeter | 2017-08-28 21:53:29 +0200 |
---|---|---|
committer | derpeter | 2017-08-28 21:53:29 +0200 |
commit | 8035d40213d4718664586d0bb7d8d51e5540502b (patch) | |
tree | 2cbc8ca19279458b51923cb8ab933e2d6b7d85b3 /configs/conferences/np17/download.sh | |
parent | 7ba38789cb52e48aa4aec0b82ab1c3a9b22c5f39 (diff) |
renamed netzpolitik
Diffstat (limited to 'configs/conferences/np17/download.sh')
-rwxr-xr-x | configs/conferences/np17/download.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/conferences/np17/download.sh b/configs/conferences/np17/download.sh deleted file mode 100755 index bd93300..0000000 --- a/configs/conferences/np17/download.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |