mirror of
https://github.com/tmux/tmux.git
synced 2025-12-17 00:02:23 -05: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
|