From: Nicolas Boisselier Date: Tue, 28 Jul 2015 08:34:06 +0000 (+0100) Subject: radio_play X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=42773afbfbad08ea96a2733f053021d16156554c;p=nb.git radio_play --- diff --git a/etc/profile.d/0default.sh b/etc/profile.d/0default.sh index 6023b9bc..04414054 100644 --- a/etc/profile.d/0default.sh +++ b/etc/profile.d/0default.sh @@ -17,7 +17,7 @@ Choose one > \ fi test -z "$REPLY" 2>/dev/null && return - echo "$radios" | awk -F '|' '$1 == '$REPLY' {print $3; exit}' | sed 's/^ //' | xargs mplayer 2>/dev/null + echo "$radios" | awk -F '|' '$1 == '$REPLY' {print $3; exit}' | sed 's/^ //' | xargs mplayer 2>/dev/null || echo } _getexp_pcregrep=""