#!/bin/csh -f
onintr error

if (-e $1.H) then
else
if (-e $1) then
atoF < $1  > $1.H
else
goto error
endif
endif

if (-e $2.H) then
else
if (-e $2) then
atoF < $2  > $2.H
else
goto error 
endif
endif

rotate.x < $1.H >sillytemp.H degx=90      
rotate.x < $2.H >sillytemp2.H degx=90      
uncrack.x < sillytemp.H inp2=sillytemp2.H  head=/dev/null

Rm  sillytemp.H
Rm  sillytemp2.H

error:
