diff options
author | Daniel Molkentin | 2021-03-19 17:52:55 +0100 |
---|---|---|
committer | Daniel Molkentin | 2021-03-19 17:52:55 +0100 |
commit | 7de6fcd418988e3567aed299420a84da32a73cb4 (patch) | |
tree | 959da2bd8eac8582a1231fa3ede88cf6c51a16c3 /configs/conferences/fffpk/download.sh | |
parent | a8826506dbd5c790f89746590a5a0c720b8e810b (diff) |
Remove duplicate fffpk
Diffstat (limited to 'configs/conferences/fffpk/download.sh')
-rwxr-xr-x | configs/conferences/fffpk/download.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/conferences/fffpk/download.sh b/configs/conferences/fffpk/download.sh deleted file mode 100755 index ef4a476..0000000 --- a/configs/conferences/fffpk/download.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# fahrplan -wget --no-check-certificate -q "https://cfp.privacyweek.at/pw18/schedule/export/schedule.xml" -O /tmp/pw18-schedule.xml && mv /tmp/pw18-schedule.xml schedule.xml - -# relive -wget -q "http://live.dus.c3voc.de/relive/pw18/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json -rm -f /tmp/vod.json |