Skip to content

Instantly share code, notes, and snippets.

@asbjornu
Created September 10, 2011 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asbjornu/1208308 to your computer and use it in GitHub Desktop.
Save asbjornu/1208308 to your computer and use it in GitHub Desktop.
Open the home folder in a new Finder window
tell application "Finder"
activate
open (path to home folder)
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment