home *** CD-ROM | disk | FTP | other *** search
/ HTML - Publishing on the Internet / html_cdrom.iso / tools / html / windows / check / geterr.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1995-02-21  |  115b  |  7 lines

  1. #!/bin/sh
  2. #
  3. #Script to discard everything in HTMLCHEK output but ERROR! messages.
  4. #
  5. fgrep 'ERROR!' $@
  6. exit 0
  7.