From d80d7e8c17592347c4ae23399a48e09c14ca702d Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 27 Mar 2016 12:06:33 +1100 Subject: [PATCH] Added echo to debug --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 95c95854..c126fb3a 100755 --- a/neofetch +++ b/neofetch @@ -839,6 +839,7 @@ getcpu () { "Mac OS X") cpu="$(sysctl -n machdep.cpu.brand_string)" + echo "$cpu" cpu=${cpu/ } cores=$(sysctl -n hw.ncpu) ;;