#!/bin/sh
# *** External Spell Checker for Cooledit.
# arguments:
#	$1 - edit file name  
#       $2 - highlight block file name
#	$3 - error file name

ispell "$2" 2>"$3"
