#!/bin/csh -f
## ###################################################################### ##
##         Copyright IBM Corporation 1988,1991 - All Rights Reserved      ##
##        For full copyright information see:'andrew/config/COPYRITE'     ##
## ###################################################################### ##

if !($?ANDREWDIR) then
setenv ANDREWDIR  /usr/local/andrew
set path=($ANDREWDIR/bin $path)
endif
$ANDREWDIR/bin/messages $ANDREWDIR/.MESSAGES/demo
