Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.1
/
procps
/
refs/heads/master
/
.
/
procps-3.2.8
/
ps
/
p
blob: 10064fa3c141224a96fdae7b3286db8c4a3dda9d [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
#
# Wow, using $* causes great pain with: ps "pid,user pcpu,pmem"
# The "$@" won't break that into 2 arguments.
#
LD_LIBRARY_PATH
=../
proc exec
./
ps
"$@"