diff options
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 |