I have just finished Firefox 3.6 after working like crazy since FF 3.6 came out.
It only works in FF3.6, but the statistics show that the users of It’s All Text! upgrade their browser almost immediately after a new version comes out, so I’m not worried.
At the time of this post, it hasn’t been approved, so you’ll need to download it manually from the versions page.


Logging while monitoring a shell script
You may be familiar with redirecting the output of your shell script to a file using
execHowever, what do you do if you want monitor the output while logging at the same time? I just figured this out (probably again, since I tend to forget things… which is why I’m blogging this).
WARNING: This is bash-specific. While I prefer ZSH for my personal shell, I generally code in bash because it is everywhere.
Read More »