Skip to content

Instantly share code, notes, and snippets.

@jamesnvc
Created April 14, 2011 11:15
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 jamesnvc/919281 to your computer and use it in GitHub Desktop.
Save jamesnvc/919281 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
while read pathname; do
echo http://dl.dropbox.com/u/3423/${pathname#*Dropbox/Public/}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment