From b0865d5a43ff8c3ade4c1a82061fd3d44acde611 Mon Sep 17 00:00:00 2001 From: Azathothas Date: Sun, 5 Jan 2025 11:55:32 +0545 Subject: [PATCH] print version --- scripts/runner/functions.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/runner/functions.sh b/scripts/runner/functions.sh index 4b26908..d8b81c7 100644 --- a/scripts/runner/functions.sh +++ b/scripts/runner/functions.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -# VERSION=1.4.9 - #-------------------------------------------------------# ## ## Meant to Set Env for Build @@ -21,6 +19,9 @@ ##Sets Dirs & Vars setup_env() { + ##Version + SBF_VERSION="1.5.0" && echo -e "[+] SBUILD Functions Version: ${SBF_VERSION}" ; unset SBF_VERSION + ##Input INPUT_SBUILD="${1:-$(echo "$@" | tr -d '[:space:]')}" INPUT_SBUILD_PATH="$(realpath ${INPUT_SBUILD})" ; export INPUT_SBUILD="${INPUT_SBUILD_PATH}" if [[ ! -s "${INPUT_SBUILD}" || $(stat -c%s "${INPUT_SBUILD}") -le 10 ]]; then