5 lines
53 B
Bash
5 lines
53 B
Bash
|
function htop {
|
||
|
__window_title "htop"
|
||
|
/sbin/htop
|
||
|
}
|