Created
March 31, 2010 16:26
-
-
Save raine/350536 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
osascript <<'APPLESCRIPT' | |
tell application "Terminal" | |
activate | |
tell front window | |
tell application "System Events" to keystroke (key code 126) | |
tell application "System Events" to keystroke (key code 36) | |
end tell | |
end tell | |
tell application "TextMate" | |
activate | |
end tell | |
APPLESCRIPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment