#! /bin/sh
# parms are crusing TCF, pivot, base minutes, racing tcf, base mins,filedate
# eg offset .690 2.07 90 .725 95  0310

awk -F',' -foffset.awk ctcf=$1 cpivot=$2 cbase=$3 rtcf=$4 \
                       rbase=$5 base.$6 >handicaps.96$6
awk -F',' -fstart.awk ctcf=$1 cpivot=$2 cbase=$3 rtcf=$4 \
                      rbase=$5 base.$6 >start.96$6

