mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-23 11:07:44 +00:00
5 lines
152 B
Bash
5 lines
152 B
Bash
# $Id: check-compat.sh,v 1.1 2010-10-24 00:42:04 tcunha Exp $
|
|
|
|
grep "#include" compat.h|while read line; do
|
|
grep "$line" *.[ch] compat/*.[ch]
|
|
done
|