Created
August 23, 2012 16:23
-
-
Save fabiokr/3438257 to your computer and use it in GitHub Desktop.
This file contains 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
guake-helix() { | |
# HelixCore | |
guake --rename-tab="CoreSpec" --execute-command="cd /home/fabio/dev/site5/helix_core && bundle exec guard" && | |
guake --new-tab=2 --rename-tab="Core" --execute-command="cd /home/fabio/dev/site5/helix_core" && | |
# Helix | |
guake --new-tab=3 --rename-tab="HelixServer" --execute-command="cd /home/fabio/dev/site5/helix && rails s" && | |
guake --new-tab=4 --rename-tab="HelixSpec" --execute-command="cd /home/fabio/dev/site5/helix && bundle exec guard" && | |
guake --new-tab=5 --rename-tab="Helix" --execute-command="cd /home/fabio/dev/site5/helix"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment