aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fffpk/download.sh
diff options
context:
space:
mode:
authorDaniel Molkentin2021-03-19 17:52:55 +0100
committerDaniel Molkentin2021-03-19 17:52:55 +0100
commit7de6fcd418988e3567aed299420a84da32a73cb4 (patch)
tree959da2bd8eac8582a1231fa3ede88cf6c51a16c3 /configs/conferences/fffpk/download.sh
parenta8826506dbd5c790f89746590a5a0c720b8e810b (diff)
Remove duplicate fffpk
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/fffpk/download.sh8
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