diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:49:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:49:22 +0000 |
commit | 20002ec6cde95bc960d01810ff5b8a8d60fbafd1 (patch) | |
tree | 593423b9e5b88586350d3079cbf4bd114bdcca5d | |
parent | 8fc34ca04471714b059779588bd8c7f3e9eb79df (diff) | |
download | rtmux-20002ec6cde95bc960d01810ff5b8a8d60fbafd1.tar.gz rtmux-20002ec6cde95bc960d01810ff5b8a8d60fbafd1.tar.bz2 rtmux-20002ec6cde95bc960d01810ff5b8a8d60fbafd1.zip |
Comparison script.
-rw-r--r-- | tools/cmp-cvs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/cmp-cvs.sh b/tools/cmp-cvs.sh new file mode 100644 index 00000000..da99a017 --- /dev/null +++ b/tools/cmp-cvs.sh @@ -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 |