diff options
author | Andreas Hubel | 2020-10-23 23:03:05 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-10-23 23:03:05 +0200 |
commit | fcda39e7d245fe45ea1ff21bf048f69c6ca58adf (patch) | |
tree | 26799654f866003358027a72eea2a67242472db5 | |
parent | ce2d16d4d7b0ccf28c4e2050f4d41152307e7acf (diff) |
remove unneccesary download scripts
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/pw19/download.sh | 8 | ||||
-rwxr-xr-x | configs/conferences/pw20/download.sh | 8 |
2 files changed, 0 insertions, 16 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 diff --git a/configs/conferences/pw20/download.sh b/configs/conferences/pw20/download.sh deleted file mode 100755 index 8c6d00f..0000000 --- a/configs/conferences/pw20/download.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# fahrplan -wget --no-check-certificate -q "https://cfp.privacyweek.at/pw20/schedule/export/schedule.xml" -O /tmp/pw20-schedule.xml && mv /tmp/pw20-schedule.xml schedule.xml - -# relive -wget -q "http://live.dus.c3voc.de/relive/pw20/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json -rm -f /tmp/vod.json |