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

Last change on this file since 469 was 469, checked in by mmc, 18 years ago

Fixed nanovis server to handle the flavor of dx files used by BioMOCA.

  • Property svn:executable set to *
File size: 104 bytes
Line 
1#!/bin/sh
2
3DISPLAY=:0
4export DISPLAY
5
6../nanoscale/server -l 3000 -b 3001 -s 172.18.3.255 -c ./nanovis
7
Note: See TracBrowser for help on using the repository browser.