diff options
author | MaZderMind | 2018-05-25 23:34:59 +0200 |
---|---|---|
committer | MaZderMind | 2018-05-25 23:34:59 +0200 |
commit | f9c474621d2be52fcb4771c27f16a9f9d6142c8b (patch) | |
tree | bd5cdefa09063ac21bcc52a0b89ef53a5295e2b2 /configs/conferences/rustfest2018/download.sh | |
parent | ebba53bf107603c128b72b5a61f2e2cdafb98b73 (diff) | |
parent | 21bf1ecd2fb7a93047c03a5008c884732b7de601 (diff) |
Merge branch 'badboy-rustfest2018'
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/rustfest2018/download.sh | 5 |
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 |