From 5c6a9e357d4fe61a979ad131c61665c2e5db0154 Mon Sep 17 00:00:00 2001 From: June 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/.local/bin') 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