diff options
author | Daniel Molkentin | 2019-09-19 10:50:02 +0200 |
---|---|---|
committer | Daniel Molkentin | 2019-09-19 11:50:50 +0200 |
commit | 30ccb5a411a42a46c8445127aa162b163f2b01fd (patch) | |
tree | 6b4130e814841545357e81b3fe496b9b63392021 /configs/conferences/asg2019/download.sh | |
parent | 742605009684b524a2c79febd726e3b001ec85f8 (diff) |
All Systems Go 2019
Diffstat (limited to 'configs/conferences/asg2019/download.sh')
-rwxr-xr-x | configs/conferences/asg2019/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/asg2019/download.sh b/configs/conferences/asg2019/download.sh new file mode 100755 index 0000000..bbe92b9 --- /dev/null +++ b/configs/conferences/asg2019/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://conf.qtcon.org/en/qtcon/public/schedule.xml" -O /tmp/qtcon16-schedule.xml && mv /tmp/qtcon16-schedule.xml schedule.xml +rm -f /tmp/qtcon16-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/qtcon16/index.json" -O /tmp/qtcon16-vod.json && mv /tmp/qtcon16-vod.json vod.json +rm -f /tmp/qtcon16-vod.json |