Skip to content

Instantly share code, notes, and snippets.

@brunoandradd
Created February 12, 2013 13:39
Show Gist options
  • Save brunoandradd/4769936 to your computer and use it in GitHub Desktop.
Save brunoandradd/4769936 to your computer and use it in GitHub Desktop.
Consular example
# 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