aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown18
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
+