#! /bin/csh
# chkctd - C Shell script to check for consecutive CTD records
#

set file = ctd
if ($#argv > 0) set file = $1

awk -f /oasis/bin/ctd.awk $file
