#! /bin/sh
#OpenScript
#(OS)Report spelling errors. Drop here
#(OS)the file to be checked.
OPENFLAGS=9
OPENCOMMAND="spell $1"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
