Skip to content

Instantly share code, notes, and snippets.

@aliou
Created April 23, 2012 15:35
Show Gist options
  • Save aliou/2471715 to your computer and use it in GitHub Desktop.
Save aliou/2471715 to your computer and use it in GitHub Desktop.
ultimate install script
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