From 0db774701af2f961ac2a30f62247ebd74a78f246 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Thu, 8 Jan 2015 20:25:52 -0500 Subject: [PATCH] minor text update --- scriptTemplate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scriptTemplate.sh b/scriptTemplate.sh index f663442..94c148c 100755 --- a/scriptTemplate.sh +++ b/scriptTemplate.sh @@ -3,7 +3,7 @@ # ################################################## -# My Generic sync script. +# My Generic BASH script template # version="1.0.0" # Sets vesion variable scriptTemplateVersion="1.0.0" # Version of Template @@ -55,7 +55,7 @@ printLog=0 verbose=0 force=0 strict=0 -args=() + # Set Local Variables # -----------------------------------