From 572b6bf02b05610f8d24c5b1e5754acfbca15782 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 3 Feb 2015 08:28:09 -0500 Subject: [PATCH] trivial changes --- lib/parseOpts.sh | 3 +-- scriptTemplate.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/parseOpts.sh b/lib/parseOpts.sh index f2f13da..1ee6c97 100755 --- a/lib/parseOpts.sh +++ b/lib/parseOpts.sh @@ -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_ defaults while read line; do diff --git a/scriptTemplate.sh b/scriptTemplate.sh index 5e258ce..6aa7534 100755 --- a/scriptTemplate.sh +++ b/scriptTemplate.sh @@ -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