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