#!/bin/csh -f

#*+***********************************************************************
#*
#*  Module:
#*	mental ray Satellite 8.0
#*
#*  Copyright (c) 2006 by Autodesk, Inc.
#*
#*  This file is required for network rendering and is called by the inetd
#*  service.  Please refer to the online networking rendering documentation
#*  for more information.
#*
#*-***********************************************************************



setenv MRSAT80 /usr/autodesk/mentalraysat3651
setenv MI_ROOT ${MRSAT80}
${MRSAT80}/bin/raysat $*

