tmux/tools/check-compat.sh

6 lines
97 B
Bash

# $Id$
grep "#include" compat.h|while read line; do
grep "$line" *.[ch] compat/*.[ch]
done