Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1764 - (hide annotations) (download)
Thu May 3 13:12:06 2012 UTC (12 years ago) by niro
File size: 128 byte(s)
-added patches and files for nx 4.0.181
1 niro 1764 #!/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