#!/bin/csh -f

# Use gradavg script to compute numeric gpa for class form letter
# grades in grades.txt from spreadsheet.

make grades.txt
gradavg `cat grades.txt | stripgradestats | excol LET | officialize | tail -n +2`
