Skip to content

Instantly share code, notes, and snippets.

@askaidau
Created June 4, 2013 16:26
Show Gist options
  • Save askaidau/5707348 to your computer and use it in GitHub Desktop.
Save askaidau/5707348 to your computer and use it in GitHub Desktop.
Fixes duplicates in OS X "open file with..." launcher.
#!/bin/sh
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/\
LaunchServices.framework/Versions/A/Support/\
lsregister -kill -r -domain local -domain user
@askaidau
Copy link
Author

askaidau commented Jun 4, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment