diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/pw19/download.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/conferences/pw19/download.sh b/configs/conferences/pw19/download.sh deleted file mode 100755 index 555c8fb..0000000 --- a/configs/conferences/pw19/download.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# fahrplan -wget --no-check-certificate -q "https://cfp.privacyweek.at/pw19/schedule/export/schedule.xml" -O /tmp/pw19-schedule.xml && mv /tmp/pw19-schedule.xml schedule.xml - -# relive -wget -q "http://live.dus.c3voc.de/relive/pw19/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json -rm -f /tmp/vod.json |