diff options
author | MaZderMind | 2016-02-26 16:32:23 +0100 |
---|---|---|
committer | MaZderMind | 2016-02-26 16:32:23 +0100 |
commit | d1512b95945a8e355aeac61aac37aa9fd1db67ef (patch) | |
tree | d7e36f6882dfb5f176fb0370c28ec20235190508 | |
parent | 757823cd3dd65ae256f3813f82b2c05d6f6d0203 (diff) |
dg download task
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/datengarten/download.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/conferences/datengarten/download.sh b/configs/conferences/datengarten/download.sh new file mode 100755 index 0000000..5834c4b --- /dev/null +++ b/configs/conferences/datengarten/download.sh @@ -0,0 +1,3 @@ +# vod json +wget -q "http://live.dus.c3voc.de/relive/datengarten/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |