1
0
mirror of https://github.com/tmate-io/tmate.git synced 2025-03-16 17:18:14 +01: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