2 lines
46 B
Bash
2 lines
46 B
Bash
ps -ef|grep "go-fly"
|
|
kill -9 $(pidof 'go-fly') |
ps -ef|grep "go-fly"
|
|
kill -9 $(pidof 'go-fly') |