#!/bin/csh -f

if (! $?TOPLEVELGOCALLED) then
  echo "Please run the 'go' script in the directory below"
  exit 0
endif

#echo -n tk lib is
#echo $TK_LIBRARY
#echo -n tcl lib is
#echo $TCL_LIBRARY

#if (-x /usr/demos/bin/buttonfly) then
#  /usr/demos/bin/buttonfly obe.menu
#else
  ./ui_go ../generic/fly.tcl -name "3DGO Out of the Box Experience for SGI"
#endif

