Jan 14, 2019 判断是否安装了xcode-select if xcode-select -p &>/dev/null; then echo 'installed'; else echo 'not install'; fi fyn