cputype.sh 83 Bytes Raw Blame History Permalink 1 2 #cpu type cat /proc/cpuinfo | grep 'model name' | sort -u | awk -F ":" '{print $2}'