#!/bin/sh
#
# chktri - check for trigraphs in C source code
#
# Lars Wirzenius
# $Id: chktri,v 1.1.1.1 1993/07/01 23:51:21 liw Exp $

grep "??[()<>!'-=/]" $*
