Last change
on this file since 614 was
614,
checked in by dkearney, 16 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 | |
---|
3 | DISPLAY=:0 |
---|
4 | export DISPLAY |
---|
5 | |
---|
6 | dir=$( mktemp -d /tmp/nanorun.XXXXXX ) |
---|
7 | |
---|
8 | cp -r nanovis/shaders ${dir} |
---|
9 | cp -r nanovis/resources ${dir} |
---|
10 | cp nanoscale/nanoscale nanovis/nanovis ${dir} |
---|
11 | |
---|
12 | cd ${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.