Skip to content

Instantly share code, notes, and snippets.

View spiffxp's full-sized avatar
💭
I may be slow to respond.

Aaron Crickenberger spiffxp

💭
I may be slow to respond.
View GitHub Profile
#!/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';