#! /bin/sh
# Copyright (C) 1996  Kazunori Ueda

if test $# -eq 0; then
     klint1     | klint2;
else klint1 <$1 | klint2;
fi
