#!/bin/sh -

# spellarg - check the spelling of the word arguments
# Steve Kinzler, steve@kinzler.com, Nov 98
# https://kinzler.com/me/home.html#unix

# direct adaptation of the `ref` script from the VIM distribution
# .vimrc: set keywordprg=spellarg; Vim: 'K' command to spellcheck word

spell <<EOF
$*
EOF
