OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / procps / t
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 ./top "$@"