Last change
on this file since 600 was
600,
checked in by dkearney, 17 years ago
|
adding a script to create a temporary directory and start nanoscale and nanovis servers in that directory. the directory is cleaned up upon termination.
|
-
Property svn:executable set to
*
|
File size:
167 bytes
|
Rev | Line | |
---|
[600] | 1 | #! /bin/sh |
---|
| 2 | |
---|
| 3 | dir=$( mktemp -d /tmp/nanorun.XXXXXX ) |
---|
| 4 | |
---|
| 5 | cp nanoscale/nanoscale nanovis/nanovis ${dir} |
---|
| 6 | |
---|
| 7 | cd ${dir} |
---|
| 8 | |
---|
| 9 | ./nanoscale -l 2000 -b 2000 -c 172.18.3.255 -c ./nanovis |
---|
Note: See
TracBrowser
for help on using the repository browser.