#!/bin/sh
#
# $Revision: 1.4+1 $ $Date: 2012-07-26 17:11:48-04 $
# $Source: /home/vogelke/bin/RCS/look,v $
# $Host: sys7.com $
# $UUID: 8334733e-6dae-334e-b35a-0e88e8b94da0 $
#
#< look: find a word using a better dictionary
# See http://www.gutenberg.org/dirs/etext02/mword10.zip for source.
exec /usr/bin/look ${1+"$@"} /usr/local/share/dict/single.txt
exit 1
