hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.84k stars 581 forks source link

Is there a way to add message on startup? #933

Open arielman opened 5 years ago

arielman commented 5 years ago

Hi My organization agreed to install this tool on our servers, but on condition that a proper message will be present to the user, mentioning this tool is for internal use only. is there a way to do it?

wangqr commented 5 years ago

You can create a script to show the message and name it htop, put it in some high priority paths (eg /usr/local/bin). And call the real htop at the end of the script