blob: 880df4a6b929401791eb2ef5e75a9801b4c52232 [file] [log] [blame]
#!/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 "$@"