aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 13:46:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 13:46:26 +1200
commitfbd4583876ac9dbf5c94959bee25aea85f114109 (patch)
tree0ea067dbf38835c1f1197687f831bcd7fd586f4d /README.markdown
parentMake brxs(1) executable (diff)
downloaddotfiles-fbd4583876ac9dbf5c94959bee25aea85f114109.tar.gz
dotfiles-fbd4583876ac9dbf5c94959bee25aea85f114109.zip
Add unf(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 4d3bf251..e6568105 100644
--- a/README.markdown
+++ b/README.markdown
@@ -383,6 +383,8 @@ Installed by the `install-bin` target:
* `try(1)` repeats a command up to a given number of times until it succeeds,
only printing error output if all three attempts failed. Good for
tolerating blips or temporary failures in `cron(8)` scripts.
+* `unf(1)` joins lines with leading spaces to the previous line. Intended for
+ unfolding HTTP headers, but it should work for most RFC 822 formats.
There's some silly stuff in `install-games`: