Skip to content

dmarychev/setproctitle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setproctitle

Sets a title for a program. Tools like ps and top will then display the given title instead of dull command line.

Usage is quite straightforward:

#include <setproctitle/setproctitle.h>

int main(int argc, char** argv)
{
    setproctitle("hello there", argc, argv);
    ... here we go
}

The library is statically linked.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published