CPU=$(lscpu | sed -nr '/Model name/ s/.*:\s*(.*) @ .*/\1/p'| sed ':a;s/ / /;ta'| sed s/"(R)"//g | sed s/"-"//g | sed 's/[^[:alnum:] ]\+//g')
if[! -z"$CPU"];then
if[-n"$CPU"];then
CPU="$CPU,,"
else
CPU="QEMU, Virtual CPU, X86_64"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.