diff --git a/util/v/v.sh b/util/v/v.sh new file mode 100644 index 0000000..9c79473 --- /dev/null +++ b/util/v/v.sh @@ -0,0 +1,10 @@ +:<<'info' +shellnotes - v.sh +(C) Dimitris Marakomihelakis +Released under the "All rights reserved" category. See the RIGHTS.txt file +in /docs/github/ for its full text. +info + +case $1 in -v|--version ) + echo "Shellnotes version: $VER" +esac