This commit is contained in:
deathbybandaid 2023-04-05 09:35:35 -04:00
parent 6b38fa4d95
commit 6e320e2baf
3 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
echo $TESTVAR
## Script Location
SCRIPTDIR=$(dirname $0)
source "$SCRIPTDIR/common/colors.sh"

1
defaults-dbb Normal file
View File

@ -0,0 +1 @@
TESTVAR="fart"

View File

@ -15,6 +15,7 @@ do
printf "${COL_CYAN}" "$TOPLEVELSUBDIRSCRIPTTEXT"
/bin/bash $scriptfile
exit
echo ""
done