Created
June 1, 2014 06:09
-
-
Save GenjiApp/cfa14f2f46e352d9bf45 to your computer and use it in GitHub Desktop.
OS Xの「このアプリケーションで開く」メニューのアイテム重複を修正する
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 | |
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain user | |
killall Finder | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment