mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-09 21:53:47 -05:00
trivial changes
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
# of many of my scripts
|
||||
#
|
||||
# All of this taken whole-cloth from: https://github.com/kvz/bash3boilerplate
|
||||
#####################################################################
|
||||
|
||||
#####################################################################q
|
||||
|
||||
# Translate usage string -> getopts arguments, and set $arg_<flag> defaults
|
||||
while read line; do
|
||||
|
||||
@@ -29,7 +29,6 @@ else
|
||||
echo "Please find the file util.sh and add a reference to it in this script. Exiting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# trapCleanup Function
|
||||
# -----------------------------------
|
||||
# Any actions that should be taken if the script is prematurely
|
||||
|
||||
Reference in New Issue
Block a user