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/cmp-cvs.sh
2009-06-25 16:49:22 +00:00

6 lines
121 B
Bash

# $Id: cmp-cvs.sh,v 1.1 2009-06-25 16:49:22 nicm Exp $
for i in *.[ch]; do
diff -u $i /usr/src/usr.bin/tmux/$i
done