aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-02-15 14:38:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-02-15 14:38:13 +1300
commit5d614f2ac301ffdb83b1f37a872b3a0fd89f08cd (patch)
treecab536922a33a5e74fc3349298d0d282ac5f0954 /README.markdown
parentUpdate submodules (diff)
downloaddotfiles-5d614f2ac301ffdb83b1f37a872b3a0fd89f08cd.tar.gz
dotfiles-5d614f2ac301ffdb83b1f37a872b3a0fd89f08cd.zip
Add osc(1df)
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 586594a4..bce41cd0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -483,6 +483,8 @@ Installed by the `install-bin` target:
* `mkmv(1df)` creates a directory and moves preceding arguments into it.
* `motd(1df)` shows the system MOTD.
* `onl(1df)` crunches input down to one printable line.
+* `osc(1df)` implements a `netcat(1)`-like wrapper for `openssl(1)`'s
+ `s_client` subcommand.
* `pa(1df)` prints its arguments, one per line.
* `pp(1df)` prints the full path of each argument using `$PWD`.
* `pph(1df)` runs `pp(1df)` and includes a leading `$HOSTNAME:`.