blob: d0bf262c56982ed902fe91745ae63eac28363f9f (
plain)
1
2
3
4
|
#!/bin/sh
# fahrplan
wget --no-check-certificate -q "https://events.sublab.io/en/CC16/public/schedule.xml" -O /tmp/cryptocon16-schedule.xml && mv /tmp/cryptocon16-schedule.xml schedule.xml
|