Lars Pind

internet software, coaching, and entrepreneurship

Lars Pind - internet software, coaching, and entrepreneurship
Check out Coach TV, my video blog on happiness and personal development for geeks.

[Rails] script/log

February 11, 2006 · 0 comments

I use this handy little script to open up the Rails log file for a project in Console.app:

#!/bin/bash
open -a console log/${1:-development}.log