busybox/klibc-utils/minips.c
<<
>>
Prefs
   1/*
   2 * Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
   3 *
   4 * Licensed under GPLv2, see file LICENSE in this source tree.
   5 */
   6//config:config MINIPS
   7//config:       bool "minips (11 kb)"
   8//config:       default n  # for god's sake, just use "ps" name in your scripts
   9//config:       help
  10//config:       Alias to "ps".
  11
  12/* applet and kbuild hooks are in ps.c */
  13