where the fuck is the cpu
This commit is contained in:
parent
0f4595ee67
commit
21b0899290
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -78,6 +78,7 @@ func handlePrint(action, format string, rest string) {
|
||||||
},
|
},
|
||||||
"hostname": func() string { return data.Unamebs("-n") },
|
"hostname": func() string { return data.Unamebs("-n") },
|
||||||
"kernelname": func() string { return data.Unamebs("-s") },
|
"kernelname": func() string { return data.Unamebs("-s") },
|
||||||
|
"CPU": data.GetGPU,
|
||||||
"GPU": data.GetGPU,
|
"GPU": data.GetGPU,
|
||||||
"shell": func() string { return getShellVersion(data.GetShell()) },
|
"shell": func() string { return getShellVersion(data.GetShell()) },
|
||||||
"terminal": data.GetTerminal,
|
"terminal": data.GetTerminal,
|
||||||
|
|
Loading…
Reference in a new issue