Skip to content

Instantly share code, notes, and snippets.

@guilherme
Created November 22, 2010 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilherme/710350 to your computer and use it in GitHub Desktop.
Save guilherme/710350 to your computer and use it in GitHub Desktop.
That's how i optimize my development environment opening. 'my IDE'
gnome-terminal --working-directory=PATH_TO_RAILS_DIRECTORY \
--tab -t 'Development' \
--tab -t 'Log' -e 'tail -f log/development.log' \
--tab -t 'Console' -e 'script/console'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment