blob: b97f4a42859d8b924b5de147fd5fc03241ec1abd (
plain) (
tree)
|
|
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
|