File: t

package info (click to toggle)
procps 1%3A3.2.8-9squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,604 kB
  • ctags: 6,449
  • sloc: ansic: 15,505; makefile: 185; sh: 162
file content (6 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download | duplicates (3)
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 ./top "$@"