Comment on Show HN: UpShot, Open Source Screenshot Sharing via Dropbox on OS XComments−Inufu13ythe script I use on linux: #!/bin/bash userid="your id here" myfile=$(date +%Y%m%d%S).png scrot -s "/home/mononofu/Dropbox/public/$myfile" echo "http://dl.dropbox.com/u/$userid/$myfile | xclip -selection c notify-send "Done"−coleifer13yHere's mine, a bit longer but has a few options: https://gist.github.com/803b05c449a5eea73101
Comments
the script I use on linux:
Here's mine, a bit longer but has a few options: https://gist.github.com/803b05c449a5eea73101