Add comment

This commit is contained in:
Nathaniel Landau
2021-08-02 11:06:47 -04:00
parent bf48605121
commit 599e5a8a46

View File

@@ -175,6 +175,10 @@ fatal() { _alert_ fatal "${1}" "${2:-}"; _safeExit_ "1" ; }
debug() { _alert_ debug "${1}" "${2:-}"; }
verbose() { _alert_ debug "${1}" "${2:-}"; }
# ################################## Paste or write additional utility functions here
# ################################## Common Functions for script template
_safeExit_() {
# DESC: Cleanup and exit from a script
# ARGS: $1 (optional) - Exit code (defaults to 0)