Skip to content

Instantly share code, notes, and snippets.

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 trak3r/201456 to your computer and use it in GitHub Desktop.
Save trak3r/201456 to your computer and use it in GitHub Desktop.
tell application "Terminal"
activate
do script with command "cd ~/my/development/directory"
do script with command "cd ~/my/development/directory; mate ."
do script with command "cd ~/my/development/directory; script/server"
do script with command "cd ~/my/development/directory; script/console"
do script with command "cd ~/my/development/directory; autotest"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment