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