Skip to content

Instantly share code, notes, and snippets.

@sibosend
Created December 11, 2019 09:58
Show Gist options
  • Save sibosend/467cde19ae439c1bc9333cd9d0be5524 to your computer and use it in GitHub Desktop.
Save sibosend/467cde19ae439c1bc9333cd9d0be5524 to your computer and use it in GitHub Desktop.
Mac OS系统下Bey#ond Com@pare 使用方式
Mac OS系统下Bey#ond Com@pare 使用方式
# 在官网下载并安装成功后,执行如下操作:
# cd /Applications/Beyond Compare.app/Contents/MacOS
# mv BCompare BCompare.real
# touch BCompare
# vim BCompare
```
#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.real $@
```
# chmod a+x /Applications/Beyond\ Compare.app/Contents/MacOS/BCompare
这样我们每次打开软件的时候,都能使用了
————————————————
版权声明:@三分钟冷血」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment