Add new function and improve comments

This commit is contained in:
Nathaniel Landau
2021-11-05 20:38:47 -04:00
parent 962827608f
commit 5059f5f73b
10 changed files with 213 additions and 15 deletions

View File

@@ -18,8 +18,6 @@ _mainScript_() {
#/_mainsScript_()
# ################################## Flags and defaults
# Script specific
# # Required variables
LOGFILE="${HOME}/logs/$(basename "$0").log"
QUIET=false
@@ -29,6 +27,8 @@ FORCE=false
DRYRUN=false
declare -a ARGS=()
# Script specific
# ################################## Functions required for this template to work
_trapCleanup_() {