Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1792 - (hide annotations) (download)
Mon Jun 4 14:33:04 2012 UTC (11 years, 11 months ago) by niro
File size: 128 byte(s)
-freenx-0.7.3 patches and files
1 niro 1792 #!/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