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 | 5c6a9e357d4fe61a979ad131c61665c2e5db0154 (patch) | |
| tree | e810e743033de4276575bdead1b4154122caf9e8 | |
| parent | Don't compress RFCs, add rfc(1) command (diff) | |
| download | src-5c6a9e357d4fe61a979ad131c61665c2e5db0154.tar.gz src-5c6a9e357d4fe61a979ad131c61665c2e5db0154.zip | |
Add mdate script
To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc files.
| -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' |