summaryrefslogtreecommitdiff
path: root/v
blob: f23230b5a61ce8fe9508e660428aefd329989dac (plain)
1
2
3
4
5
6
#!/bin/sh
#
# Wow, using $* causes great pain with embedded spaces in arguments.
# The "$@" won't break that into 2 arguments.
#
LD_LIBRARY_PATH=proc exec ./vmstat "$@"