#!/bin/csh -f Amd64 Path if ( -r ~/.xsi_5.0 ) then source ~/.xsi_5.0 else Default Source endif #clean all mainwin stuff if ( ( `ps -eo comm= | egrep 'XSI|XSIBATCH'` == "" ) ) then rm -rf /tmp/MW* /tmp/Mw_* >& /dev/null $MWHOME/bin-linux_optimized/mwcleanup -s > /dev/null endif #start the application exec $SI_HOME/Application/bin/$XSI_CPU_OPT/XSI $argv