diff options
author | June McEnroe <june@causal.agency> | 2021-01-18 17:02:28 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-18 17:02:28 -0500 |
commit | 05c01711d26d3e79fa6a69724209d577cd5d0185 (patch) | |
tree | 2dc4bec70b7cc771b2141e41f17cfd2393462df2 | |
parent | Don't compress RFCs, add rfc(1) command (diff) | |
download | src-05c01711d26d3e79fa6a69724209d577cd5d0185.tar.gz src-05c01711d26d3e79fa6a69724209d577cd5d0185.zip |
Add mdate script
To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc files.
Diffstat (limited to '')
-rwxr-xr-x | home/.local/bin/mdate | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.local/bin/mdate b/home/.local/bin/mdate new file mode 100755 index 00000000..daff50dc --- /dev/null +++ b/home/.local/bin/mdate @@ -0,0 +1,2 @@ +#!/bin/sh +exec date +'.Dd %B %e, %Y' |