repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
better cpp
[minix3.git]
/
tools
/
nbsd_diff.sh
blob
11cfbea7f1dd671b47a2228af7e04bfed268ce2c
1
#!/bin/sh
2
echo
"Updating
$3
"
3
diff
-ru
$1 $2
| \
4
sed
/
"^Only in"
/
d | \
5
sed
-e
's/^\(---.*\)
\t
.*/\1/'
| \
6
sed
-e
's/^\(\+\+\+.*\)
\t
.*/\1/'
>
$3