where the fuck is the cpu

This commit is contained in:
exhq 2024-03-07 11:03:34 +03:30
parent 0f4595ee67
commit 21b0899290

View file

@ -78,6 +78,7 @@ func handlePrint(action, format string, rest string) {
},
"hostname": func() string { return data.Unamebs("-n") },
"kernelname": func() string { return data.Unamebs("-s") },
"CPU": data.GetGPU,
"GPU": data.GetGPU,
"shell": func() string { return getShellVersion(data.GetShell()) },
"terminal": data.GetTerminal,