commented out arbitrary variables used in other scripts

This commit is contained in:
pyr0ball 2023-04-17 23:29:28 -07:00
parent 58136f7b58
commit b45fd99a02

View file

@ -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)"