From d3c805518a0a0349f56288559254f3107cf5e96c Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Tue, 6 Apr 2021 19:54:16 +0200 Subject: archive some older conferences --- configs/archive/rustfestrome2018/download.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 configs/archive/rustfestrome2018/download.sh (limited to 'configs/archive/rustfestrome2018/download.sh') 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 -- cgit v1.2.3