Skip to content

Instantly share code, notes, and snippets.

@mullr
Created November 19, 2012 03:24
Show Gist options
  • Save mullr/4108781 to your computer and use it in GitHub Desktop.
Save mullr/4108781 to your computer and use it in GitHub Desktop.
Bring xcode to front
#! /usr/bin/env osascript
tell application "Xcode"
activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment