FAILAT 11
echo "verifying all files..."
crc <crclist -v
if ERROR
  echo " "
  echo "Error detected, you have a bad copy of the files"
  echo "  Please destroy this copy and try to get another copy"
else
  echo "All files check out"
  type README
endif
