source: trunk/gui/vizservers/start_viz.sh @ 614

Last change on this file since 614 was 614, checked in by dkearney, 17 years ago

adjusted start_vis.sh to take into account new scheme for starting vis server where the full path of the nanovis program is used to determine the the
path for resources and shaders directories

  • Property svn:executable set to *
File size: 259 bytes
Line 
1#! /bin/sh
2
3DISPLAY=:0
4export DISPLAY
5
6dir=$( mktemp -d /tmp/nanorun.XXXXXX )
7
8cp -r nanovis/shaders ${dir}
9cp -r nanovis/resources ${dir}
10cp nanoscale/nanoscale nanovis/nanovis ${dir}
11
12cd ${dir}
13
14./nanoscale -l 2000 -b 2000 -c 172.18.3.255 -c ${dir}/nanovis
Note: See TracBrowser for help on using the repository browser.