Magellan Linux

Contents of /tags/nxwrapper-1_5_0/nx/nxwrapper

Parent Directory Parent Directory | Revision Log Revision Log


Revision 156 - (show annotations) (download)
Tue May 8 20:52:59 2007 UTC (17 years ago) by (unknown author)
File size: 136 byte(s)
This commit was manufactured by cvs2svn to create tag
'nxwrapper-1_5_0'.
1 #!/bin/sh
2
3 NXCOMMAND=$(basename $0)
4
5 export LD_LIBRARY_PATH=/usr/lib/NX/lib:$LD_LIBRARY_PATH
6 exec /usr/lib/NX/bin/$NXCOMMAND ${1+"$@"}
7