diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-28 13:03:40 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-02-28 13:03:40 +1300 |
commit | 7208f6fd2d62bef16edbafd327e7e0d4c13b7966 (patch) | |
tree | 4c87ce5bcdc9cc44022d2cd06fbab57a56507d96 /README.markdown | |
download | cat-7208f6fd2d62bef16edbafd327e7e0d4c13b7966.tar.gz cat-7208f6fd2d62bef16edbafd327e7e0d4c13b7966.zip |
First commit of that cat(1) clone I'm making
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..b97f4a4 --- /dev/null +++ b/README.markdown @@ -0,0 +1,18 @@ +cat(1) +====== + +Very naive implementation of `cat(1)` with no options, for me to learn a bit +more C and the toolchain around it. Supports reading from stdin if there are no +arguments, but that's as clever as it gets. + +To build, just do: + + $ make + +Author +: Tom Ryder <tom@sanctum.geek.nz> +Copyright +: 2016 +License +: Public domain + |