From e4a625c8526e26d8e7cbb9521c6f3b6e88a27475 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 1 Nov 2017 09:32:16 +1300 Subject: Add dfv(1df) version-printing tool This is mostly just for fun, but could be handy later on when I'm playing with distributed or automated deployments of tagged and verified releases. Like a few of the other shell scripts, this is built by abusing my mi5(1df) wrapper to get static details baked into the shell script that are only known at runtime. --- man/man1/dfv.1df | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 man/man1/dfv.1df (limited to 'man/man1') diff --git a/man/man1/dfv.1df b/man/man1/dfv.1df new file mode 100644 index 00000000..b3274d44 --- /dev/null +++ b/man/man1/dfv.1df @@ -0,0 +1,12 @@ +.TH DFV 1df "November 2017" "Manual page for dfv" +.SH NAME +.B dfv +\- print dotfiles distribution version information +.SH SYNOPSIS +.B dfv +.SH DESCRIPTION +.B dfv +prints some version information about the dotfiles distribution installed, +including some details about the date the tool itself was built. +.SH AUTHOR +Tom Ryder -- cgit v1.2.3