2 lines
92 B
Bash
2 lines
92 B
Bash
|
sudo pgrep -f '^io.*' | sudo xargs kill -9
|
||
|
sudo pgrep -f '^node-red*' | sudo xargs kill -9
|