diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-05 20:26:40 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-05 20:26:40 +0000 |
| commit | 433b3614b1dc585cb7bcfb0bc01b0791f537d24b (patch) | |
| tree | e71149f8b03e648059ecfb7e0cf3cef10cc4d875 | |
| parent | 9be1b7ea764a138705c73645f7159afef82448fd (diff) | |
added first tag
| -rwxr-xr-x | cpuinfo | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/sh -# (c) Paul Buetow +# cpuinfo v0.1 +# 2010 (c) Paul Buetow gawk -F: ' function say ( str ) { |
