#!/bin/csh -f

# SCCS: $Id: belvu_script,v 1.2 1996/05/20 18:07:38 esr Exp $

if ("$1" != "") then
  belvu -t $1 -
else
  belvu -
endif
