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

@@ -17,8 +17,6 @@ _mainScript_() {
# end _mainScript_
# ################################## Flags and defaults
# Script specific
# Required variables
LOGFILE="${HOME}/logs/$(basename "$0").log"
QUIET=false
@@ -28,6 +26,8 @@ FORCE=false
DRYRUN=false
declare -a ARGS=()
# Script specific
# ################################## Custom utility functions (Pasted from repository)
# ################################## Functions required for this template to work