aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rustfest2018/download.sh
diff options
context:
space:
mode:
authorJan-Erik Rediger2018-05-25 21:01:19 +0200
committerJan-Erik Rediger2018-05-25 21:01:19 +0200
commit989c1c047affd2f6f39752c1ae053c7ae67143c4 (patch)
tree6b189632079c2e3af55bdd1ae683e374d4f24fa1 /configs/conferences/rustfest2018/download.sh
parentdcd890a1b83dde2b4d715e1cc1ae862b95efb829 (diff)
Add RustFest Paris 2018 config
Diffstat (limited to 'configs/conferences/rustfest2018/download.sh')
-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