From 989c1c047affd2f6f39752c1ae053c7ae67143c4 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 25 May 2018 21:01:19 +0200 Subject: Add RustFest Paris 2018 config --- configs/conferences/rustfest2018/download.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 configs/conferences/rustfest2018/download.sh (limited to 'configs/conferences/rustfest2018/download.sh') 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 -- cgit v1.2.3