Random Tweet #2

Twitter2blosxom script seems to be working nicely - one more test before bed.

Random Tweet #1

Testing twitter to blosxom script.

Finding/Delete Broken Symlinks

Find goodness (with a recent-ish find for the '-delete'):

find -L . -type l
find -L . -type l -delete