blob: 55518117e0a30efb097bba885328185d32ca00ed (
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
License
-------
Copyright (c) [Tom Ryder][1]. Distributed under an [MIT License][2].
[1]: https://sanctum.geek.nz/
[2]: https://www.opensource.org/licenses/MIT
|