Skip to content

Instantly share code, notes, and snippets.

@opichals
Created April 13, 2012 22:01
Show Gist options
  • Save opichals/2380427 to your computer and use it in GitHub Desktop.
Save opichals/2380427 to your computer and use it in GitHub Desktop.
OSX AppleScript path to .app
set pathToApp to (POSIX path of (path to me))
do shell script "echo " & pathToApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment