Skip to content

Instantly share code, notes, and snippets.

@amio
Created March 15, 2012 09:14
Show Gist options
  • Save amio/2043125 to your computer and use it in GitHub Desktop.
Save amio/2043125 to your computer and use it in GitHub Desktop.
Activate Finder
tell application "Finder"
activate
if not (exists Finder window 1) then
open home
end if
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment