From b45fd99a02bad8e819415a37eaf8ca950e05b291 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 17 Apr 2023 23:29:28 -0700 Subject: [PATCH] commented out arbitrary variables used in other scripts --- functions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions b/functions index 8c8b927..8204fe6 100644 --- a/functions +++ b/functions @@ -3,10 +3,10 @@ # Initial Vars functionsrev=1.1.9 -scriptname="${BASH_SOURCE[0]##*/}" -rundir="${BASH_SOURCE[0]%/*}" -rundir_absolute=$(cd $rundir && pwd) -runuser="$(whoami)" +#scriptname="${BASH_SOURCE[0]##*/}" +#rundir="${BASH_SOURCE[0]%/*}" +#rundir_absolute=$(cd $rundir && pwd) +#runuser="$(whoami)" pretty_date="$(date +%Y-%m-%d_%H-%M-%S)" short_date="$(date +%Y-%m-%d)"