Updated with Tizen:Base source codes
[external/procps.git] / v
1 #!/bin/sh
2 #
3 # Wow, using $* causes great pain with embedded spaces in arguments.
4 # The "$@" won't break that into 2 arguments.
5 #
6 LD_LIBRARY_PATH=proc exec ./vmstat "$@"