#!/bin/csh -f
# @(#)startProjectManager	31.1 96/04/03
#
if ( ! $?DISPLAY ) then
    setenv DISPLAY `hostname`':0.0'
endif

if ( ! $?GIG_TAPE ) then
    setenv GIG_TAPE /dev/tape
endif

cd $GIG_D_ROOT/lib/t_proj
tkui gigpm.tcl
