diff options
author | Sophie Schiller | 2018-11-24 00:22:48 +0100 |
---|---|---|
committer | GitHub | 2018-11-24 00:22:48 +0100 |
commit | a2d813a2b7fd352d054adb7f30f18a1bdd03377e (patch) | |
tree | 1767b29ac97a039efe274407a100f2522298c176 /configs/conferences/rustfestrome2018/download.sh | |
parent | d0623be169d0438afc201aa5dcdb6dcc46770642 (diff) | |
parent | 63dc766196c11f67e8fa5be5bcda6dfa8a94d337 (diff) |
Merge pull request #84 from badboy/rustfest-rome-2018
Add RustFest Rome 2018 config
Diffstat (limited to 'configs/conferences/rustfestrome2018/download.sh')
-rwxr-xr-x | configs/conferences/rustfestrome2018/download.sh | 5 |
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 |