Skip to content

Instantly share code, notes, and snippets.

@anderssvendal
Created December 14, 2010 13:04
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 anderssvendal/740379 to your computer and use it in GitHub Desktop.
Save anderssvendal/740379 to your computer and use it in GitHub Desktop.
Copy a file to the dropbox public folder and copy the link
#!/bin/bash
cp $1 ~/Dropbox/Public/
echo "http://dl.dropbox.com/u/USERID/$1" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment