6 lines
150 B
Bash
Executable File
6 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
path1=$(cygpath -w "$1")
|
|
path2=$(cygpath -w "$2")
|
|
/cygdrive/c/apps/Beyond\ Compare\ 2/BC2.exe "$path1" "$path2" /title1=Base /leftreadonly
|