2017-08-18 22:45:29 +05:30
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
|
|
|
|
*
|
|
|
|
* Licensed under GPLv2, see file LICENSE in this source tree.
|
|
|
|
*/
|
|
|
|
//config:config MINIPS
|
|
|
|
//config: bool "minips (11 kb)"
|
|
|
|
//config: default n # for god's sake, just use "ps" name in your scripts
|
|
|
|
//config: help
|
|
|
|
//config: Alias to "ps".
|
|
|
|
|
2017-08-18 22:53:51 +05:30
|
|
|
/* applet and kbuild hooks are in ps.c */
|