1
0
mirror of https://github.com/tmux/tmux.git synced 2025-03-14 06:08:46 +00:00
tmux/tools/check-compat.sh

6 lines
97 B
Bash
Raw Normal View History

2011-07-09 09:42:33 +00:00
# $Id$
grep "#include" compat.h|while read line; do
grep "$line" *.[ch] compat/*.[ch]
done