source: trunk/gui/vizservers/nanovis/start_server @ 580

Last change on this file since 580 was 580, checked in by vrinside, 17 years ago
  • Property svn:executable set to *
File size: 571 bytes
Line 
1#!/bin/sh
2
3# insulate ourselves from clerk and other NFS filesystems
4OLDPWD=/tmp
5export OLDPWD
6HOME=/tmp
7export HOME
8cd $HOME
9
10DISPLAY=:0
11export DISPLAY
12
13PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/bin/X11:/home/nanohub/vrinside/rappture/gui/vizservers
14export PATH
15
16#LD_LIBRARY_PATH="/opt/render/lib:/lib:/usr/lib:/usr/local/lib"
17#export LD_LIBRARY_PATH
18
19exec /home/nanohub/vrinside/rappture/gui/vizservers/nanovis/nanoscale -l 2000 -b 2001 -s 128.210.189.255 -c "/home/nanohub/vrinside/rappture/gui/vizservers/nanovis/nanovis" > /dev/null 2>&1
Note: See TracBrowser for help on using the repository browser.