add svn-bcdiff
This commit is contained in:
parent
1719f3d182
commit
1789d2881c
11
svn-bcdiff
Normal file
11
svn-bcdiff
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
BC="/c/Program Files (x86)/Beyond Compare 3/BComp.exe"
|
||||
|
||||
file1=`cygpath -w "$6"`
|
||||
file2=`cygpath -w "$7"`
|
||||
title1="$3"
|
||||
title2="$5"
|
||||
|
||||
"${BC}" "$file1" "$file2" /title1="$title1" /title2="$title2" /leftreadonly
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user