aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rustfest2018/download.sh
diff options
context:
space:
mode:
authorMaZderMind2018-05-25 23:34:59 +0200
committerMaZderMind2018-05-25 23:34:59 +0200
commitf9c474621d2be52fcb4771c27f16a9f9d6142c8b (patch)
treebd5cdefa09063ac21bcc52a0b89ef53a5295e2b2 /configs/conferences/rustfest2018/download.sh
parentebba53bf107603c128b72b5a61f2e2cdafb98b73 (diff)
parent21bf1ecd2fb7a93047c03a5008c884732b7de601 (diff)
Merge branch 'badboy-rustfest2018'
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/rustfest2018/download.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/conferences/rustfest2018/download.sh b/configs/conferences/rustfest2018/download.sh
new file mode 100755
index 0000000..1c07a1b
--- /dev/null
+++ b/configs/conferences/rustfest2018/download.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# fahrplan
+wget --no-check-certificate -q "https://paris.rustfest.eu/schedule.xml" -O /tmp/rf18-schedule.xml && mv /tmp/rf18-schedule.xml schedule.xml
+rm -f /tmp/rf18-schedule.xml