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
commit05c01711d26d3e79fa6a69724209d577cd5d0185 (patch)
tree2dc4bec70b7cc771b2141e41f17cfd2393462df2 /home
parentDon't compress RFCs, add rfc(1) command (diff)
downloadsrc-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 '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'