aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/rustfest2018/download.sh
blob: 1c07a1b961aa92c10491a034c24092fea8dfd835 (plain)
1
2
3
4
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