mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-18 08:55:01 +00:00
Comparison script.
This commit is contained in:
parent
8fc34ca044
commit
20002ec6cd
1 changed files with 5 additions and 0 deletions
5
tools/cmp-cvs.sh
Normal file
5
tools/cmp-cvs.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue