Skip to content

Instantly share code, notes, and snippets.

@garaemon
Created September 28, 2015 13:53
Show Gist options
  • Select an option

  • Save garaemon/81edcb1913b4b2fab0e4 to your computer and use it in GitHub Desktop.

Select an option

Save garaemon/81edcb1913b4b2fab0e4 to your computer and use it in GitHub Desktop.
function dropbox-share() {
target=$(md5sum $1 | cut -f1 -d ' ').${1##*.}
cp $1 ~/Dropbox/Public/tmp/$target
echo -e "File is available on $fg[cyan] $(dropbox puburl ~/Dropbox/Public/tmp/$target)$reset_color"
echo -e $'\U1F61D' $'\U1F61D' $'\U1F61D' $'\U1F61D'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment