diff options
author | MaZderMind | 2016-03-25 13:41:22 +0100 |
---|---|---|
committer | MaZderMind | 2016-03-25 13:41:22 +0100 |
commit | 7d68de43c7accf8f8e4df4bc031d275d8ca3522d (patch) | |
tree | 5d6ee4a42092a2d816d1c53b2720c43593b1a7b4 /configs/conferences/minilac16/download.sh | |
parent | 96b8e475f0c7e63de9588225b71a43dda5dd40a7 (diff) |
minilac16 config & style
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/minilac16/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/minilac16/download.sh b/configs/conferences/minilac16/download.sh new file mode 100755 index 0000000..d7be062 --- /dev/null +++ b/configs/conferences/minilac16/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/minilac16/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |