From e06a86f162c1f79fd0e83dcfe8b2b5c68bbdc647 Mon Sep 17 00:00:00 2001 From: albert <> Date: Sun, 6 Oct 2002 16:41:20 +0000 Subject: [PATCH] vmstat developer script --- v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 v diff --git a/v b/v new file mode 100755 index 00000000..2533bb5a --- /dev/null +++ b/v @@ -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 "$@"