Skip to content

Instantly share code, notes, and snippets.

@kerimdzhanov
Created February 22, 2022 13:39
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 kerimdzhanov/738b5f13cbfbc965e158640ea4564f90 to your computer and use it in GitHub Desktop.
Save kerimdzhanov/738b5f13cbfbc965e158640ea4564f90 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo Xcode installation path: `xcode-select --print-path`
sudo rm -rf `xcode-select --print-path` && xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment