From f317bccdd6c3774ccab9b77460c402e3b05002d4 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 18 Sep 2012 10:30:58 -0700 Subject: [PATCH] add a script to fix the OS X open with menu --- fix-open-with | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 fix-open-with diff --git a/fix-open-with b/fix-open-with new file mode 100755 index 0000000..2a1bfa3 --- /dev/null +++ b/fix-open-with @@ -0,0 +1,4 @@ +#!/bin/sh + +lsregister=/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister +$lsregister -kill -r -domain local -domain system -domain user