blob: 1e37aa78594b8e48941b774488a83b0eb8446582 (
plain)
1
2
3
4
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
|