aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:42:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-01 09:42:27 +1300
commit639377618b820f48c2e7e397a4b0267afaaa450e (patch)
treec1e4d0244b1a2da20f5edb13161227ab88640817 /bin
parentMerge branch 'hotfix/v0.2.1' (diff)
parentBump version number to 0.3.0 (diff)
downloaddotfiles-639377618b820f48c2e7e397a4b0267afaaa450e.tar.gz
dotfiles-639377618b820f48c2e7e397a4b0267afaaa450e.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Bump version number to 0.3.0 Add dfv(1df) version-printing tool Correct variable name in comment Remove extraneous spacing between words
Diffstat (limited to 'bin')
-rw-r--r--bin/dfv.mi58
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/dfv.mi5 b/bin/dfv.mi5
new file mode 100644
index 00000000..02f1721d
--- /dev/null
+++ b/bin/dfv.mi5
@@ -0,0 +1,8 @@
+# Print dotfiles version information
+cat <<'EOF'
+<%
+ include(VERSION)
+ syscmd(`printf "Built on %s by %s@%s\n" "$(date)" "$(id -nu)" "$(uname -n)"')
+%>
+The next 1<<10 years are ours!
+EOF