Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Forked from defunkt/devlog
Created February 9, 2010 21:22
Show Gist options
  • Save itspriddle/299674 to your computer and use it in GitHub Desktop.
Save itspriddle/299674 to your computer and use it in GitHub Desktop.
#!/bin/sh -e
# Usage: $ devlog [LOG]
#
# LOG is 'log/development.log' by default
# Run in RAILS_ROOT
clear && tail -f -n 0 ${1:-log/development.log}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment