Created
October 23, 2015 07:14
-
-
Save n0ts/d20ed6a6bb9464914991 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
if [ ! -x "/usr/bin/xcodebuild" ]; then | |
echo "Could not found /usr/bin/xcodebuild" | |
exit 1 | |
fi | |
# XCode license agreement | |
sudo /usr/bin/xcodebuild -license |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment