Skip to content

Instantly share code, notes, and snippets.

@Mez0
Created August 28, 2016 03:10
Show Gist options
  • Save Mez0/8e5c9ffc04bb96f572ef487221be3c30 to your computer and use it in GitHub Desktop.
Save Mez0/8e5c9ffc04bb96f572ef487221be3c30 to your computer and use it in GitHub Desktop.
relaunch Finder with AppleScript
try
tell application "Finder" to quit
end try
delay 2
tell application "Finder" to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment