aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
blob: b97f4a42859d8b924b5de147fd5fc03241ec1abd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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