From 7208f6fd2d62bef16edbafd327e7e0d4c13b7966 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 28 Feb 2016 13:03:40 +1300 Subject: First commit of that cat(1) clone I'm making --- README.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') 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 +Copyright +: 2016 +License +: Public domain + -- cgit v1.2.3