Files
scripts/mg/integrate.csh
Vahagn Khachatryan 17ae95e589 MG: scripts updated.
2015-03-03 11:59:54 +04:00

9 lines
166 B
Tcsh
Executable File

#!/bin/csh
if ( $1 == "" || $2 == "" || $3 == "" ) then
echo 'Syntax: <file name> <rev1> <rev2>.'
exit
endif
cvs diff -tc -r $2 -r $3 $1 | patch -l -F 3 $1