7 lines
165 B
Plaintext
Raw Normal View History

2002-02-01 22:47:29 +00:00
#!/bin/sh
#
# Wow, using $* causes great pain with: ps "pid,user pcpu,pmem"
# The "$@" won't break that into 2 arguments.
#
2004-07-21 00:37:38 +00:00
LD_LIBRARY_PATH=../proc exec ./ps "$@"