mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
6 lines
121 B
Bash
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
|