Skip to content

Instantly share code, notes, and snippets.

@electrum
Created June 4, 2012 23:46
Show Gist options
  • Save electrum/2871553 to your computer and use it in GitHub Desktop.
Save electrum/2871553 to your computer and use it in GitHub Desktop.
Raise Terminal on OS X
#!/bin/sh
osascript -e 'tell application "Terminal" to activate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment