#!/bin/csh
#
# This script simply starts PV-WAVE and runs the localserver procedure,
# which causes PV-WAVE to wait for files to be created in the directory
# described by the LocalServer environment variable.
 
# Edit these two lines to reflect where the waveserver 
# and PV-WAVE installation exist on your system: 
# 
setenv LocalServer ~/jwave/waveserver 
setenv WAVEBIN /depot/sysgr/vni/wave/bin 
 
# Start a PV-WAVE process running as a graphic server 
cd $LocalServer 
source $WAVEBIN/wvsetup 
$WAVEBIN/wave localserver.com  
