[go: up one dir, main page]

File: chktri

package info (click to toggle)
liwc 1.5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 84 kB
  • ctags: 78
  • sloc: ansic: 380; makefile: 54; sh: 1
file content (8 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# chktri - check for trigraphs in C source code
#
# Lars Wirzenius
# $Id: chktri,v 1.1.1.1 1996/09/16 18:19:50 liw Exp $

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