summaryrefslogtreecommitdiffstats
path: root/streams/radiotux
diff options
context:
space:
mode:
Diffstat (limited to 'streams/radiotux')
l---------[-rwxr-xr-x]streams/radiotux30
1 files changed, 1 insertions, 29 deletions
diff --git a/streams/radiotux b/streams/radiotux
index 9d671493..b0148d72 100755..120000
--- a/streams/radiotux
+++ b/streams/radiotux
@@ -1,29 +1 @@
-#! /bin/bash
-set -euf
-function stop()
-{
- pkill mplayer || true
-}
-
-CMD="while true; do exec mplayer http://streams.xenim.de/radiotux.ogg; sleep 1;done"
-case "$1" in
- start)
- stop
- if tmux list-sessions;
- then
- tmux new-window "$CMD" &
- else
- tmux new-session "$CMD" &
- fi
- ;;
- stop)
- stop
- ;;
- restart)
- stop
- start
- ;;
- *)
- echo "aidsballs"
- ;;
-esac
+stream-starter \ No newline at end of file