mirror of
https://github.com/tmux/tmux.git
synced 2025-09-18 01:08:20 +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
|