Created
August 28, 2016 03:10
-
-
Save Mez0/8e5c9ffc04bb96f572ef487221be3c30 to your computer and use it in GitHub Desktop.
relaunch Finder with AppleScript
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
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