# checkxt shell

# Usage:
#	checkxt abc.xt
#	checkxt *.xt
#	checkxt $HOME/xtbin/*.xt

# Output:
#	- a one-line summary of each error -> stdout
#	- for each file checked
#		$file.err - the one-line errorsummaries
#		$file.annot - the orig file annotated w/error messages
#
#	- If no errors are found,  $file.err and $file.annot are removed

# $OUTDIR
#	- if $OUTDIR is set, 
#		any directory names in the input files will be stripped,
#		and the output files placed in $OUTDIR


nawk -f awk.checkxt outdir=$OUTDIR $*

