#!/bin/csh

if ( -e graboffsets.txt ) then
    /bin/rm -f graboffsets.txt
endif

csh graboffsets.sh >& graboffsets.txt 
