summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-18 17:02:28 -0500
committerJune McEnroe <june@causal.agency>2021-01-18 17:02:28 -0500
commit5c6a9e357d4fe61a979ad131c61665c2e5db0154 (patch)
treee810e743033de4276575bdead1b4154122caf9e8 /home
parentDon't compress RFCs, add rfc(1) command (diff)
downloadsrc-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.
Diffstat (limited to 'home')
-rwxr-xr-xhome/.local/bin/mdate2
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'