index
:
cpuinfo
master
This is an humble GNU AWK script to print out some CPU infos.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
cpuinfo
3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpuinfo b/cpuinfo
index 64e616f..cbb2670 100755
--- a/
cpuinfo
+++ b/
cpuinfo
@@ -1,6 +1,7 @@
#!/bin/sh
-# (c) Paul Buetow
+# cpuinfo v0.1
+# 2010 (c) Paul Buetow
gawk -F: '
function say ( str ) {