Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Created June 8, 2012 23:09
Show Gist options
  • Save jefftriplett/2898584 to your computer and use it in GitHub Desktop.
Save jefftriplett/2898584 to your computer and use it in GitHub Desktop.
welcome to cloud script
-- 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