From 72c38ee47ac4777029b5ae347935c827c7423582 Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Tue, 2 Feb 2021 19:00:42 +0200 Subject: [PATCH] getv: get the current version Used in every startup all utility files will now go to util/ --- util/getv.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 util/getv.sh diff --git a/util/getv.sh b/util/getv.sh new file mode 100644 index 0000000..3beb5f1 --- /dev/null +++ b/util/getv.sh @@ -0,0 +1,8 @@ +:<<'info' +shellnotes - getv.sh +(C) Dimitris Marakomihelakis +Released under the "All rights reserved" category. See the RIGHTS.txt file +in /docs/github/ for its full text. +info + +VER=$(cat ~/.shellnotes/ver/.shellnotes_version) \ No newline at end of file