File: v

package info (click to toggle)
procps 1%3A3.2.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,264 kB
  • ctags: 1,685
  • sloc: ansic: 13,913; sh: 1,054; makefile: 164
file content (6 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download
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_PRELOAD=proc/libproc.so exec ./vmstat "$@"