]> granicus.if.org Git - procps-ng/commitdiff
vmstat developer script
authoralbert <>
Sun, 6 Oct 2002 16:41:20 +0000 (16:41 +0000)
committeralbert <>
Sun, 6 Oct 2002 16:41:20 +0000 (16:41 +0000)
v [new file with mode: 0755]

diff --git a/v b/v
new file mode 100755 (executable)
index 0000000..2533bb5
--- /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 "$@"