Skip to content

Instantly share code, notes, and snippets.

@spiffxp
Created April 13, 2011 21:59
Show Gist options
  • Save spiffxp/918520 to your computer and use it in GitHub Desktop.
Save spiffxp/918520 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';
@spiffxp
Copy link
Author

spiffxp commented Apr 13, 2011

sed 'sXaXyX' == sed 's/a/y/'

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