#!/bin/csh -f
setenv TRANSHOME /exec/public/stardic/
setenv TRANSHOME /home/r59182/Apps/stardic/
cd $TRANSHOME
if ( `uname` == "SunOS" ) then
    setenv LD_PRELOAD `/usr/bin/pwd`/libnoflash_`/bin/uname -r`.so.1
    exec `pwd`/stardic_solaris_`uname -r|cut -c-3` $*
else
    exec `pwd`/stardic_linux_`/bin/uname -r | cut -c-3` $*
#last line
