mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-15 04:34:02 +01: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
|