radio-looptober

somehow downloads looptober mp3 files and make a radio out of them
git clone https://git.lurk.org/repos/radio-looptober.git
Log | Files | Refs | README | LICENSE | TODO

commit 6b3e4c1ac2cab46d3a96ea08123dc8c4eba67f0e
parent 8ed2d5b62022cf7d5cc92f9cee9e90c5b2fea817
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon Mar 18 11:42:13 +0100

set -e to stops on errors
Diffstat:
stream_loooooops.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/stream_loooooops.sh b/stream_loooooops.sh
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 # Do we have config file?
 if [ ! -e stream_loooooops-config.xml ]
 then