0

[Rails] script/log

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 

Re-ReCSS

0 comments

There are no comments yet. Be the first one to leave a comment!

Leave a comment