Skip to content

Instantly share code, notes, and snippets.

@AlSquire
Created April 19, 2011 19:29
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 AlSquire/929379 to your computer and use it in GitHub Desktop.
Save AlSquire/929379 to your computer and use it in GitHub Desktop.
Terminitor sample
window do
before { run 'cd /Users/arnaud/yooplr' }
run "autotest -cf"
end
window do
before { run 'cd /Users/arnaud/yooplr' }
tab "mate .",
"gitx",
"open http://yooplr.dev -a firefox",
"echo 'work here'"
tab "rails c"
tab "tail -f log/development.log"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment