Remove obsolete git BC2 scripts

This commit is contained in:
Josh Holtrop 2021-03-26 15:36:10 -04:00
parent d3fe1c6f5f
commit 604e2af060
2 changed files with 0 additions and 11 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
path1=$(cygpath -w "$1")
path2=$(cygpath -w "$2")
/cygdrive/c/apps/Beyond\ Compare\ 2/BC2.exe "$path1" "$path2" /title1=Base /leftreadonly

View File

@ -1,6 +0,0 @@
#!/bin/sh
local=$(cygpath -w "$1")
remote=$(cygpath -w "$2")
merged=$(cygpath -w "$3")
/cygdrive/c/apps/Beyond\ Compare\ 2/BC2.exe "$local" "$remote" /title1=Local /title2=Remote /savetarget="$merged"