about summary refs log tree commit diff stats
path: root/radish
diff options
context:
space:
mode:
Diffstat (limited to 'radish')
-rwxr-xr-xradish3
1 files changed, 2 insertions, 1 deletions
diff --git a/radish b/radish index 0883946..3cc4eb7 100755 --- a/radish +++ b/radish
@@ -195,7 +195,8 @@ radish_play() {
195 case "${1:-}" in 195 case "${1:-}" in
196 https:* | http:*) 196 https:* | http:*)
197 _radish_kill_impl || : 197 _radish_kill_impl || :
198 echo >&2 "Streaming $1..." 198 name="$(grep "$1" "$RADISH_STATION_FILE" | cut -f2)"
199 echo >&2 "Streaming ${name:-$1}..."
199 radish_play_web "$1" 200 radish_play_web "$1"
200 ;; 201 ;;
201 noise:*) 202 noise:*)