diff options
author | meise | 2016-05-19 23:07:25 +0200 |
---|---|---|
committer | meise | 2016-05-19 23:07:25 +0200 |
commit | 2d25114aa8f098b2bd052f739262743399441bc8 (patch) | |
tree | 607ce45cf5c07503944512a273019354bd7cd031 /configs/conferences/cryptocon16/download.sh | |
parent | 27133baa36b8b2ef4944ad7f7f2b53256030df20 (diff) | |
parent | ef7a24558a87924dc45a8040c5bf3e6e662f6d18 (diff) |
Merge pull request #16 from cfra/master
Add cryptocon16 config
Diffstat (limited to 'configs/conferences/cryptocon16/download.sh')
-rwxr-xr-x | configs/conferences/cryptocon16/download.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/cryptocon16/download.sh b/configs/conferences/cryptocon16/download.sh new file mode 100755 index 0000000..d0bf262 --- /dev/null +++ b/configs/conferences/cryptocon16/download.sh @@ -0,0 +1,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 |