Disable download quarantine
From Stack Overflow
Disable system-wide:
defaults write com.apple.LaunchServices LSQuarantine -bool NO
Disable on an individual file or folder that has already been downloaded:
xattr -d -r com.apple.quarantine ~/Downloads
via: http://www.macosxhints.com/article.php?story=20091208050655947

