Skip to content

Instantly share code, notes, and snippets.

@jasonmp85
Created April 13, 2011 22:31
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 jasonmp85/918570 to your computer and use it in GitHub Desktop.
Save jasonmp85/918570 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sed 's|/Users/USERNAME/Dropbox/Public/|http\://dl\.dropbox\.com/u/3423/|g';
sed 's|file\://localhost/Users/USERNAME/Dropbox/Public/|http\://dl\.dropbox\.com/u/3423/|g';
sed 's|\~/Dropbox/Public/|http\://dl\.dropbox\.com/u/3423/|g';
sed 's|\.\./Public/|http\://dl\.dropbox\.com/u/3423/|g';
@jasonmp85
Copy link
Author

Isn't this like a billion times more readable? See here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment