procps/v

7 lines
175 B
Plaintext
Raw Normal View History

2002-10-06 22:11:20 +05:30
#!/bin/sh
#
# Wow, using $* causes great pain with embedded spaces in arguments.
# The "$@" won't break that into 2 arguments.
#
LD_PRELOAD=proc/libproc.so exec ./vmstat "$@"