OSX Screenshots Sharing by Dropbox

$ mkdir /Dropbox/Public/Screenshots $ ln s /Dropbox/Public/Screenshots /Desktop/Screenshots $ defaults write com.apple.screencapture location /Dropbox/Public/Screenshots $ killall

$ mkdir ~/Dropbox/Public/Screenshots $ ln -s ~/Dropbox/Public/Screenshots ~/Desktop/Screenshots $ defaults write com.apple.screencapture location ~/Dropbox/Public/Screenshots $ killall -HUP SystemUIServer