From c3a23de0b9eb864c74b589fb282941d43b22778c Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Fri, 3 Jun 2011 01:23:01 +0200 Subject: fixed startup scripts to do the right thing deepmix and groovesalad are not retarded anymore --- streams/deepmix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'streams/deepmix') diff --git a/streams/deepmix b/streams/deepmix index 8b13bed6..89a1ce8e 100755 --- a/streams/deepmix +++ b/streams/deepmix @@ -1,11 +1,11 @@ #! /bin/bash set -euf -CMD="while :; do mplayer http://deepmix.ru/deepmix128.pls; done" +CMD="mplayer http://deepmix.ru/deepmix128.pls" function start() { stop tmux list-sessions && tmux new-window "$CMD" || - tmux new-session "$CMD" + tmux new-session "$CMD" || } function stop() { pkill mplayer || : -- cgit v1.2.3