mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
6 lines
97 B
Bash
6 lines
97 B
Bash
# $Id$
|
|
|
|
grep "#include" compat.h|while read line; do
|
|
grep "$line" *.[ch] compat/*.[ch]
|
|
done
|