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