Created
February 28, 2011 22:05
-
-
Save cfeduke/848140 to your computer and use it in GitHub Desktop.
sample terminitor project
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
before { run "cd ~/Projects/node_smasher" } | |
window :bounds => [0, 22, 865, 916], :settings => "Homebrew" do | |
run "mate ." | |
end | |
window :bounds => [866, 469, 1682, 915], :settings => "Homebrew" do | |
run "shotgun" | |
end | |
window :bounds => [866, 23, 1678, 469], :settings => "Homebrew" do | |
run "./script/console" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment