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
2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpuinfo b/cpuinfo
index 3ed1ff7..f2298e2 100755
--- a/
cpuinfo
+++ b/
cpuinfo
@@ -22,7 +22,7 @@ gawk -F: '
}
BEGIN {
- say( "cpuinfo (c) 2010 Paul Buetow" )
+ say( "cpuinfo (c) 0.2-pre1 2010 Paul Buetow" )
say()
}