From 1745e19a61b528d66602523ad132637bf6918910 Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Tue, 10 Nov 2015 21:45:11 +0100 Subject: [PATCH] cat with grep --- kitchenradio/bin/start_radio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitchenradio/bin/start_radio.sh b/kitchenradio/bin/start_radio.sh index 6ed58ab..f315806 100755 --- a/kitchenradio/bin/start_radio.sh +++ b/kitchenradio/bin/start_radio.sh @@ -6,13 +6,13 @@ MY_PATH="$(pwd)" . $MY_PATH/bin/_inc/def_text_coloring.sh -stream2play=`cat /tmp/kitchenradio.m3u` +stream2play=`cat /tmp/kitchenradio.m3u | grep http` ### PRORGAM echo -echo "${BGre}Start playing ...${RCol}" +echo "${BGre}Start playing $stream2play ...${RCol}" echo mplayer -slave -quiet $stream2play \ No newline at end of file