Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created March 10, 2011 08:07
Show Gist options
  • Save scottharvey/863732 to your computer and use it in GitHub Desktop.
Save scottharvey/863732 to your computer and use it in GitHub Desktop.
Apple script to bring Terminal to the front then switch back to TextMate
tell application "Terminal"
activate
end tell
tell application "TextMate"
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment