boreutils
=========
Boring but useful Unix tools.

Building
--------
Just run `make`.

Programs
--------
 * `block` sleeps until a specified time.
 * `constant` generates C string literal declarations.
 * `errno` prints the string describing an error number.
 * `hold` accumulates all input before writing it to stdout.
 * `iota` generates lists of numbers.
 * `pty` runs a program in a new pseudo-tty.
 * `tmp` passes stdin as an argument to a command.

Author
------
Evan Hanson 

License
-------
Public domain.