#!/bin/zsh -f

sysctl hw.logicalcpu | awk '{print $NF}' 

return $?
