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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index deccfe5e..6d07e894 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,9 @@ bin/csmw bin/d2u bin/dam bin/ddup +bin/dfv +bin/dfv.sh +bin/dfv.m4 bin/dmp bin/dub bin/edda -- cgit v1.2.3