Skip to content

Instantly share code, notes, and snippets.

@dennycd
Created July 8, 2013 15:39
Show Gist options
  • Save dennycd/5949925 to your computer and use it in GitHub Desktop.
Save dennycd/5949925 to your computer and use it in GitHub Desktop.
xcrun example
xcrun -find cc
xcrun cc -c source.c -o source.o
xcrun -find git
xcrun git --version
alias git="xcrun git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment