1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00
tmate-ssh-server/tools/check-compat.sh
2011-07-09 09:42:33 +00:00

6 lines
97 B
Bash

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