Created
November 22, 2010 18:02
-
-
Save guilherme/710350 to your computer and use it in GitHub Desktop.
That's how i optimize my development environment opening. 'my IDE'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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