mirror of
https://github.com/tmux/tmux.git
synced 2024-11-04 18:08:48 +00: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
|