From 05c01711d26d3e79fa6a69724209d577cd5d0185 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 18 Jan 2021 17:02:28 -0500 Subject: Add mdate script To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc files. --- home/.local/bin/mdate | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 home/.local/bin/mdate (limited to 'home') 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' -- cgit 1.4.1