#!/bin/csh -f
#
#	@(#)startNurbs	31.1 96/04/03
#

setenv UIDPATH $GIG_D_BIN/%U

if ( ! $?DISPLAY ) then
    setenv DISPLAY `hostname`':0.0'
endif

if ( $?NurbsX ) then
 Nurbs_modelerX $*
else
 Nurbs_modeler $*
endif
