#!/bin/csh

# Usage: outback filename

rm -f PROJFIL TARGFIL ECHOFIL

ln -s $1.shd		PROJFIL  # projector    file
ln -s $2.shd		TARGFIL  # target file

$glob/outback.out

rm -f PROJFIL TARGFIL
mv SHDFIL			$3.shd # echo file
