Updated with Tizen:Base source codes
[external/procps.git] / ps / p
1 #!/bin/sh
2 #
3 # Wow, using $* causes great pain with:   ps "pid,user pcpu,pmem"
4 # The "$@" won't break that into 2 arguments.
5 #
6 LD_LIBRARY_PATH=../proc exec ./ps "$@"