mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Comparison script.
This commit is contained in:
parent
8fc34ca044
commit
20002ec6cd
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…
x
Reference in New Issue
Block a user