#! /bin/sh
#
# Shell script to remove carriage returns from all text files in the
# YACL directory.
#
#
sh $YACLPATH/tools/stripcr `find . \( -name '*.cxx' -o -name '*.h' \
-o -name '*.awk' -o -name 'makefile.*' -o -name '*.ctl' -o -name \
'*.txt' \) -print`

