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 # Initial Vars
functionsrev=1.1.9 functionsrev=1.1.9
scriptname="${BASH_SOURCE[0]##*/}" #scriptname="${BASH_SOURCE[0]##*/}"
rundir="${BASH_SOURCE[0]%/*}" #rundir="${BASH_SOURCE[0]%/*}"
rundir_absolute=$(cd $rundir && pwd) #rundir_absolute=$(cd $rundir && pwd)
runuser="$(whoami)" #runuser="$(whoami)"
pretty_date="$(date +%Y-%m-%d_%H-%M-%S)" pretty_date="$(date +%Y-%m-%d_%H-%M-%S)"
short_date="$(date +%Y-%m-%d)" short_date="$(date +%Y-%m-%d)"