Skip to content

Instantly share code, notes, and snippets.

@cfeduke
Created February 28, 2011 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfeduke/848140 to your computer and use it in GitHub Desktop.
Save cfeduke/848140 to your computer and use it in GitHub Desktop.
sample terminitor project
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