mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-14 07:53:46 -05:00
Add new function and improve comments
This commit is contained in:
@@ -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_() {
|
||||
|
||||
Reference in New Issue
Block a user