diff options
author | derchris | 2019-04-21 17:24:41 +0200 |
---|---|---|
committer | derchris | 2019-04-21 17:24:41 +0200 |
commit | 6b33f07201378745071e8653b5f317e9c718037f (patch) | |
tree | 55110bd4ab62019c2966d314af103323a44d7279 /configs/conferences/glt19/download.sh | |
parent | 34291fa240ea12d2b04ba5741d61b062a67d081f (diff) |
add glt19
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/glt19/download.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/conferences/glt19/download.sh b/configs/conferences/glt19/download.sh new file mode 100755 index 0000000..b2cfdd9 --- /dev/null +++ b/configs/conferences/glt19/download.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://pretalx.linuxtage.at/glt19/schedule/export/schedule.xml" -O /tmp/glt19-schedule.xml && mv /tmp/glt-19-schedule.xml schedule.xml + +# relive +#wget -q "http://live.dus.c3voc.de/relive/gpn16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +#rm -f /tmp/vod.json |