3 lines
60 B
Bash
3 lines
60 B
Bash
|
|
lsof -ti:3030 | xargs kill -9
|
||
|
|
lsof -ti:3031 | xargs kill -9
|