I'm trying to to write an applescript that will run any shell script that is dropped on a particular folder on my network.
I've been trying with:
on adding folder items to target_folder after receiving this_script tell application "Terminal" to open this_script end adding folder items to
Any ideas?