aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rustfestrome2018/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/rustfestrome2018/download.sh')
-rwxr-xr-xconfigs/conferences/rustfestrome2018/download.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/configs/conferences/rustfestrome2018/download.sh b/configs/conferences/rustfestrome2018/download.sh
deleted file mode 100755
index 1e37aa7..0000000
--- a/configs/conferences/rustfestrome2018/download.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# fahrplan
-wget --no-check-certificate -q "https://rome.rustfest.eu/schedule.xml" -O /tmp/rfrome18-schedule.xml && mv /tmp/rfrome18-schedule.xml schedule.xml
-rm -f /tmp/rfrome18-schedule.xml