diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:36:34 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-06-22 11:36:34 +0200 |
| commit | 5c7b2727b372bde0d5e133238a8a0fd621f422cd (patch) | |
| tree | 9d601432f07e7105ea9833aac0221a34b3bc2f56 /README.pod | |
| parent | 204066274c592f0787c79c7aa1d49af5abc1c596 (diff) | |
add README.pod for github1.0.2
Diffstat (limited to 'README.pod')
| -rw-r--r-- | README.pod | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.pod b/README.pod new file mode 100644 index 0000000..63ccb43 --- /dev/null +++ b/README.pod @@ -0,0 +1,22 @@ +=head1 NAME + +cpuinfo - A small and humble tool to print out CPU data + +=head1 SYNOPSIS + +cpuinfo + +=head2 How this works? + +This just invokes AWK to parse /proc/cpuinfo and prints out some stuff but +human readable. + +=head1 LICENSE + +See package description or project website. + +=head1 AUTHOR + +Paul Buetow - <http://cpuinfo.buetow.org> + +=cut |
