Closed fkoh111 closed 4 years ago
fixed with branch feature/osx_settings
_verify_os() { if test $(which sw_vers); then _os=$(sw_vers | awk 'NR==1{print $2, $3, $4}'); echo $_os elif type "$sw_vers" 2>/dev/null; then echo " > There's only environment settings for OSX." echo " > Skipping this step..." fi }
_verify_os
Add osx settings