procps/ps/p
2002-02-01 22:47:29 +00:00

7 lines
171 B
Bash
Executable File

#!/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 "$@"