Created
April 23, 2012 15:35
-
-
Save aliou/2471715 to your computer and use it in GitHub Desktop.
ultimate install script
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
if [ ! -d "/Developer/Applications/Xcode.app" ]; then | |
echo "Please install Xcode first. Exiting." | |
exit 1 | |
fi | |
sudo echo "" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment