aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:37:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:37:37 +1300
commitd8590a2296f3454143dca806d30db2f8ac5172f6 (patch)
tree22d4288b40f8d11046142535405949d27fb33754 /README.markdown
parentCorrect incorrect stream in comment (diff)
downloaddotfiles-d8590a2296f3454143dca806d30db2f8ac5172f6.tar.gz
dotfiles-d8590a2296f3454143dca806d30db2f8ac5172f6.zip
Add stbl(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index ff7434f4..3f97c48b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -284,6 +284,7 @@ Scripts
that don’t actually worry you, exiting with 0 anyway.
* `maybe(1)` is like `true(1)` or `false(1)`; given a probability of success,
it exits with success or failure. Good for quick tests.
+* `stbl(1)` strips a trailing blank line from the files in its arguments.
* `sue(8)` execs `sudoedit(8)` as the owner of all the file arguments given,
perhaps in cases where you may not necessarily have `root` `sudo(8)`
privileges.