aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rustfest2018/download.sh
diff options
context:
space:
mode:
authorMaZderMind2018-05-25 23:30:06 +0200
committerMaZderMind2018-05-25 23:30:06 +0200
commitc069569e2a4cc0bb5d269352fa4a3f15f75305c6 (patch)
tree8ba4172cf3bc371821c6cc8902d861ec19bbea4c /configs/conferences/rustfest2018/download.sh
parentebba53bf107603c128b72b5a61f2e2cdafb98b73 (diff)
parent989c1c047affd2f6f39752c1ae053c7ae67143c4 (diff)
Merge branch 'rustfest2018' of https://github.com/badboy/streaming-website into badboy-rustfest2018
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/rustfest2018/download.sh5
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