I just found your post when searching for a solution to this problem that was bugging me for a long time. Thank you for the great explanation!
I actually didn't know that Automator scripts could be triggered automatically in background.
One minor improvement:
I added mkdir -p ~/Downloads/AirDrop to the script after the fi. This will create the AirDrop folder if it doesn't exist and the move item step won't fail. 👌
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I just found your post when searching for a solution to this problem that was bugging me for a long time. Thank you for the great explanation!
I actually didn't know that Automator scripts could be triggered automatically in background.
One minor improvement:
I added
mkdir -p ~/Downloads/AirDropto the script after thefi. This will create the AirDrop folder if it doesn't exist and the move item step won't fail. 👌