#!/bin/sh
#
# $Revision: 1.4 $ $Date: 2012-07-26 17:11:49-04 $
# $Source: /home/vogelke/bin/RCS/spell,v $
# $Host: sys7.com $
# $UUID: 5ff704a6-8dc4-3dce-9689-79f79053d72d $
#
#< spell: do spell-check using a better dictionary
# See http://www.gutenberg.org/dirs/etext02/mword10.zip for source.
exec /bin/spell +/usr/local/share/dict/single.txt ${1+"$@"}
exit 1
