Created
February 12, 2013 13:39
-
-
Save brunoandradd/4769936 to your computer and use it in GitHub Desktop.
Consular example
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
# COMMENT OF SCRIPT HERE | |
# you can make as many tabs as you wish... | |
# tab names are actually arbitrary at this point too. | |
before do | |
run "cd ~/griffti/apps/multiconstrutora" | |
end | |
tab "rails server" do | |
run "rails s" | |
end | |
tab "rails consular" do | |
run "rails console" | |
end | |
tab "editor" do | |
run "subl ." | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment