Snippet #433

More one-line shenanigans — find . \( -name '*.php' -or -name '*.html' \) -exec perl -i -p -e 's/http:\/\/wincent\.com\//http:\/\/wincent.dev\//g' {} \; — this one because actually having a different hostname (wincent.dev rather than wincent.dev) makes for a cleaner distinction between the old site and the new site, as they are now running on separate machines.

← Snippet #434
Snippet #432 →

All snippets