ACC SHELL

Path : /usr/share/vim/vim72/tools/
File Upload :
Current File : //usr/share/vim/vim72/tools/ref

#!/bin/sh
#
# ref - Check spelling of the arguments
#
# Usage: ref word ..
#
# can be used for the K command of Vim
#
spell <<EOF
$*
EOF

ACC SHELL 2018