added list function
This commit is contained in:
parent
f117b819b4
commit
e416332451
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue