summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-05 09:17:27 +0200
committerPaul Buetow <paul@buetow.org>2021-11-05 09:17:27 +0200
commitc71c53e587b8298937e7cf891a957f86ad08e72f (patch)
tree35df2c15c0a83c215c3179373808673ba093035a
parent37730dae207be174b0d2fe60dc32882293c33020 (diff)
add READMEHEADmaster
-rw-r--r--README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..7dc4125
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,16 @@
+NAME
+ cpuinfo - A small and humble tool to print out CPU data
+
+SYNOPSIS
+ cpuinfo
+
+ How this works?
+ This just invokes AWK to parse /proc/cpuinfo and prints out some stuff
+ but human readable.
+
+LICENSE
+ See package description or project website.
+
+AUTHOR
+ Paul Buetow - <http://cpuinfo.buetow.org>
+