vmstat developer script
This commit is contained in:
6
v
Executable file
6
v
Executable 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 "$@"
|
Reference in New Issue
Block a user