Magellan Linux

Contents of /trunk/nxserver-freeedition/nxclient-wrapper

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1764 - (show annotations) (download)
Thu May 3 13:12:06 2012 UTC (11 years, 11 months ago) by niro
File size: 128 byte(s)
-added patches and files for nx 4.0.181
1 #!/bin/sh
2
3 NXCOMMAND=$(basename $0)
4
5 export LD_LIBRARY_PATH=/usr/NX/lib:$LD_LIBRARY_PATH
6 exec /usr/NX/bin/$NXCOMMAND ${1+"$@"}
7