Skip to content

Instantly share code, notes, and snippets.

@yusefnapora
Created April 7, 2015 00:03
Show Gist options
  • Save yusefnapora/0410bfa6fab800765694 to your computer and use it in GitHub Desktop.
Save yusefnapora/0410bfa6fab800765694 to your computer and use it in GitHub Desktop.
Restart Xcode script
#!/bin/bash
xcode_version="Xcode-beta"
killall Xcode 2> /dev/null
sleep 1
open "/Applications/$xcode_version.app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment