Skip to content

Instantly share code, notes, and snippets.

@kelp
Created November 21, 2008 20:28
Show Gist options
  • Save kelp/27615 to your computer and use it in GitHub Desktop.
Save kelp/27615 to your computer and use it in GitHub Desktop.
tell application "iTerm"
activate
set newterm to (make new terminal)
tell newterm
launch session "Default Session"
launch session "Default Session"
launch session "Default Session"
launch session "Default Session"
tell the first session
write text "ssh svn.ilike.com"
end tell
tell the second session
write text "ssh one.ilike.com"
end tell
tell the third session
write text "ssh one.plek.org"
end tell
select the first session
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment