Answers for "how to check if command line tools is install"

0

how to check if command line tools is install

xcode-select -p 1>/dev/null;echo $?
Posted by: Guest on July-19-2021

Code answers related to "how to check if command line tools is install"

Browse Popular Code Answers by Language