diff options
author | David Runge | 2018-06-03 21:39:09 +0200 |
---|---|---|
committer | David Runge | 2018-06-03 21:39:09 +0200 |
commit | 77961b7bc7b026a8f8fd50eb77ea6ce6732144c5 (patch) | |
tree | 7e45ace9b94c8b93663a9aaf12583ecd7612f979 /configs/conferences/lac2018/download.sh | |
parent | 137812ecdc782ea27980870671366f4bc4cd4e4e (diff) |
configs/conferences/lac2018/*: Adding lac2018 settings (pretty much a copy of minilac2016).
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/lac2018/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/lac2018/download.sh b/configs/conferences/lac2018/download.sh new file mode 100644 index 0000000..d9d4b39 --- /dev/null +++ b/configs/conferences/lac2018/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +#wget --no-check-certificate -q "https://.../schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml +#rm -f /tmp/schedule.xml + +# vod json +wget -q "http://live.dus.c3voc.de/relive/lac2018/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |