Skip to content

Instantly share code, notes, and snippets.

@metacollin
Created September 12, 2016 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metacollin/13ab443978d897b6ae90dac92bf66b79 to your computer and use it in GitHub Desktop.
Save metacollin/13ab443978d897b6ae90dac92bf66b79 to your computer and use it in GitHub Desktop.
if xcode-select --install 2>&1 | grep installed; then
echo yisssss;
//do stuff
else
echo ohnoes;
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment