#!/bin/csh -f
#
# run-check-errs: do run-check, but print only errors
#
# this needs to be run from the source directory
#
# usage:  run-check [dir]...
# if no dirs, then it does all dirs.
#
# Part of
#              The STARFISH Parallel file-system simulator
#        (Simulation Tool for Advanced Research in File Systems)
# 
#                               David Kotz
#                           Dartmouth College
#                              Version 3.0
#                              October 1996
#                          dfk@cs.dartmouth.edu

run-check $argv:q | grep 0$ | cols 1
