1
0
mirror of https://github.com/tmate-io/tmate synced 2020-11-18 19:53:50 -08:00
tmate/tools/check-compat.sh
2011-07-09 09:42:33 +00:00

6 lines
97 B
Bash

# $Id$
grep "#include" compat.h|while read line; do
grep "$line" *.[ch] compat/*.[ch]
done