aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rustfestrome2018/download.sh
diff options
context:
space:
mode:
authorJan-Erik Rediger2018-11-23 12:46:06 +0100
committerJan-Erik Rediger2018-11-23 12:46:06 +0100
commita484f417bb9ccdc977f76592f909ab88ed119035 (patch)
tree3729492c117d5a4101330073a4a31f9e6b417557 /configs/conferences/rustfestrome2018/download.sh
parentc35bbcdf8b0cbd3923ed73a982f9b00420f83537 (diff)
Add RustFest Rome 2018 config
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/rustfestrome2018/download.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/conferences/rustfestrome2018/download.sh b/configs/conferences/rustfestrome2018/download.sh
new file mode 100755
index 0000000..1e37aa7
--- /dev/null
+++ b/configs/conferences/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