Comparison script.

pull/1/head
Nicholas Marriott 2009-06-25 16:49:22 +00:00
parent 8fc34ca044
commit 20002ec6cd
1 changed files with 5 additions and 0 deletions

5
tools/cmp-cvs.sh Normal file
View File

@ -0,0 +1,5 @@
# $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