aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-20 13:35:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-20 13:35:22 +1200
commit267bcc9dc9ed7f59430d811da472a6da29c7e5e2 (patch)
tree0217ac12ae1e291f53b3ba8419675cbb581a08ee /README.markdown
parentAllow aliases, just don't use them (diff)
downloaddotfiles-267bcc9dc9ed7f59430d811da472a6da29c7e5e2.tar.gz
dotfiles-267bcc9dc9ed7f59430d811da472a6da29c7e5e2.zip
Add mex(1df)
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 3e566177..66864981 100644
--- a/README.markdown
+++ b/README.markdown
@@ -443,6 +443,7 @@ Installed by the `install-bin` target:
* `maybe(1df)` is like `true(1)` or `false(1)`; given a probability of
success,
it exits with success or failure. Good for quick tests.
+* `mex(1df)` makes given filenames in `$PATH` executable.
* `mftl(1df)` finds usable-looking targets in Makefiles.
* `mkcp(1df)` creates a directory and copies preceding arguments into it.
* `mkmv(1df)` creates a directory and moves preceding arguments into it.