home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / ref < prev    next >
Text File  |  2003-08-12  |  137b  |  12 lines

  1. #!/bin/sh
  2. #
  3. # ref - Check spelling of the arguments
  4. #
  5. # Usage: ref word ..
  6. #
  7. # can be used for the K command of Vim
  8. #
  9. spell <<EOF
  10. $*
  11. EOF
  12.