diff options
author | root | 2016-05-06 11:29:56 +0200 |
---|---|---|
committer | root | 2016-05-06 11:29:56 +0200 |
commit | fe70cd8aa571e159c39da46854341efdc6caa8d0 (patch) | |
tree | 2711984a853a0b40969a5b4dc455b194b92edd49 /configs/conferences/chaosradio/download.sh | |
parent | 63e863afd1c2e507271ce17895e14f9201b62b96 (diff) |
add dl-script for cr-relive
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/chaosradio/download.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/conferences/chaosradio/download.sh b/configs/conferences/chaosradio/download.sh new file mode 100755 index 0000000..5474658 --- /dev/null +++ b/configs/conferences/chaosradio/download.sh @@ -0,0 +1,3 @@ +# vod json +wget -q "http://live.dus.c3voc.de/relive/chaosradio/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +rm -f /tmp/vod.json |