4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
|
#!/bin/sh
|
||
|
notify-send "Biggest cpu hogs:
|
||
|
$(ps axch -o cmd:15,%cpu --sort=-%cpu | head)"
|