Skip to content

Instantly share code, notes, and snippets.

@raine
Created September 25, 2014 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raine/5a620a10cfa90359ca5e to your computer and use it in GitHub Desktop.
Save raine/5a620a10cfa90359ca5e to your computer and use it in GitHub Desktop.
for src in "$@"; do
dst="Screenshots/$(basename "$src")"
~/dropbox_uploader.sh upload "$src" "$dst"
echo $(~/dropbox_uploader.sh share "$dst") | egrep -o 'https?://[^ ]+' | tr -d '\n' | pbcopy
say -v Satu "sun urlis on clipboordilla"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment