This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| #For testing purposes only. Please purchase genuine BC license and support the developers. | |
| #Run this script with root/sudo. | |
| mv /usr/bin/bcompare /usr/bin/bcompare_bak | |
| cat << "EOF" > /usr/bin/bcompare | |
| #!/bin/sh | |
| rm "${HOME}/.config/bcompare/registry.dat" | |
| /usr/bin/bcompare_bak $@ | |
| EOF | |
| chmod 0755 /usr/bin/bcompare |
NewerOlder