mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 18:36:05 +00:00
5 lines
97 B
Bash
5 lines
97 B
Bash
# $Id$
|
|
|
|
grep "#include" compat.h|while read line; do
|
|
grep "$line" *.[ch] compat/*.[ch]
|
|
done
|