Skip to content

Instantly share code, notes, and snippets.

@brock
Created January 22, 2015 03:33
Show Gist options
  • Save brock/d4ffa417852c7aa5c0e1 to your computer and use it in GitHub Desktop.
Save brock/d4ffa417852c7aa5c0e1 to your computer and use it in GitHub Desktop.
Open new Applications in OSX
on adding folder items to this_folder after receiving this_item
tell application "Finder"
open this_item
end tell
end adding folder items to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment