aboutsummaryrefslogtreecommitdiff
path: root/configs/archive/rustfestrome2018/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/archive/rustfestrome2018/download.sh')
-rwxr-xr-xconfigs/archive/rustfestrome2018/download.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/archive/rustfestrome2018/download.sh b/configs/archive/rustfestrome2018/download.sh
new file mode 100755
index 0000000..1e37aa7
--- /dev/null
+++ b/configs/archive/rustfestrome2018/download.sh
@@ -0,0 +1,5 @@
+#!/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