vmstat developer script

This commit is contained in:
albert 2002-10-06 16:41:20 +00:00
parent cca86db7ba
commit e06a86f162

6
v Executable file
View File

@ -0,0 +1,6 @@
#!/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 "$@"