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

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
Line 
1#! /bin/sh
2
3dir=$( mktemp -d /tmp/nanorun.XXXXXX )
4
5cp nanoscale/nanoscale nanovis/nanovis ${dir}
6
7cd ${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.