procps/ps/p

7 lines
171 B
Plaintext
Raw Normal View History

2002-02-02 04:17:29 +05:30
#!/bin/sh
#
# Wow, using $* causes great pain with: ps "pid,user pcpu,pmem"
# The "$@" won't break that into 2 arguments.
#
LD_PRELOAD=../proc/libproc.so exec ./ps "$@"