Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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