blob: 10064fa3c141224a96fdae7b3286db8c4a3dda9d [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_LIBRARY_PATH=../proc exec ./ps "$@"