From e4163324517001a92a4f6fa490193d02c3e7a5d6 Mon Sep 17 00:00:00 2001 From: ranomier Date: Wed, 18 Dec 2024 09:51:05 +0100 Subject: [PATCH] added list function --- remote-audio | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/remote-audio b/remote-audio index 30cbb2f..83bb1ef 100755 --- a/remote-audio +++ b/remote-audio @@ -31,6 +31,10 @@ stop9() { killall -9 roc-recv } +list() { + pgrep -a 'roc-' +} + if [[ -z "$1" ]]; then start else