Created
June 8, 2012 23:09
-
-
Save jefftriplett/2898584 to your computer and use it in GitHub Desktop.
welcome to cloud script
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
-- http://elasticthreads.tumblr.com/post/1236548752/control-your-mac-from-ios-using-dropbox-and-applescript | |
on adding folder items to this_folder after receiving this_item | |
try | |
--make sure its not a folder | |
if (this_item as string) does not end with ":" then | |
run script this_item | |
end if | |
end try | |
end adding folder items to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment