#!/bin/csh -f
# WIDE AREA INFORMATION SERVER SOFTWARE:
#   No guarantees or restrictions.  See the readme file for the full standard
#   disclaimer.	
#
# Script to set X App defaults path for xwais.
# 
# Renamed program to ../x/xwais for new makefile (Imakefile)
# for real
set WAISHOME = /usr/local/apps/WAIS
# for testing 
#set WAISHOME = /sdsc/dev/doc/tools/WAIS/v4.1
set program = $WAISHOME/bin/xwais

# Now do it:

/usr/local/apps/X11R4/bin/xrdb -merge $WAISHOME/defaults/Xwais >& /dev/null 

$program $*
