Added echo to debug

This commit is contained in:
Dylan 2016-03-27 12:06:33 +11:00
parent 13f439502b
commit d80d7e8c17
1 changed files with 1 additions and 0 deletions

View File

@ -839,6 +839,7 @@ getcpu () {
"Mac OS X") "Mac OS X")
cpu="$(sysctl -n machdep.cpu.brand_string)" cpu="$(sysctl -n machdep.cpu.brand_string)"
echo "$cpu"
cpu=${cpu/ } cpu=${cpu/ }
cores=$(sysctl -n hw.ncpu) cores=$(sysctl -n hw.ncpu)
;; ;;