Skip to content

Commit

Permalink
add cpu architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Nov 3, 2022
1 parent e7e6ddc commit 533c255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sysis
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ reportSystem() {
[[ -z $compressed ]] && echo
[[ -n $HWrelease ]] && echo -e "\t${CLRtitle}Release Date\t${CLRdefault}${HWrelease}${CLRnormal}"
[[ -n $CPUmeta ]] && echo -e "\t${CLRtitle}Processor\t${CLRdefault}${CPUmeta}${CLRnormal}"
[[ -n $SYSmachine ]] && echo -e "\t${CLRtitle}Architcture\t${CLRdefault}${SYSmachine}${CLRnormal}"
[[ -n $MEMusage ]] && echo -e "\t${CLRtitle}Memory Use\t${CLRdefault}${MEMusage}${CLRnormal}"
[[ -n $DISKusage ]] && echo -e "\t${CLRtitle}Disk Use\t${CLRdefault}${DISKusage}${CLRnormal}"
return 0
Expand Down

0 comments on commit 533c255

Please sign in to comment.