added list function

This commit is contained in:
Ranomier 2024-12-18 09:51:05 +01:00
parent f117b819b4
commit e416332451

View file

@ -31,6 +31,10 @@ stop9() {
killall -9 roc-recv killall -9 roc-recv
} }
list() {
pgrep -a 'roc-'
}
if [[ -z "$1" ]]; then if [[ -z "$1" ]]; then
start start
else else