Created
January 22, 2015 03:33
-
-
Save brock/d4ffa417852c7aa5c0e1 to your computer and use it in GitHub Desktop.
Open new Applications in OSX
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
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