fix(unitproc:bktemp-initGitRepo):Comments
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 23 Mar 2021 12:36:41 +0000 (12:36 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 23 Mar 2021 12:36:41 +0000 (12:36 +0000)
unitproc/bktemp-initGitRepo

index a222ad39d73661fca21d73d827cc093c8f2bb8b7..e5d117c88b11ed26de3d236b86d96bf265736478 100644 (file)
@@ -2,8 +2,6 @@
 # Desc: Initializes a git repository
 
 #==BEGIN Define script parameters==
-#==END Define script parameters==
-
 #===BEGIN Declare local script functions===
 yell() { echo "$0: $*" >&2; }      #o Yell, Die, Try Three-Fingered Claw technique
 die() { yell "$*"; exit 111; }     #o Ref/Attrib: https://stackoverflow.com/a/25515370
@@ -78,6 +76,7 @@ initGitRepo() {
     #==END create and populate git repository==
 } # Init Git Repository
 #===END Declare local script functions===
+#==END Define script parameters==
 
 #==BEGIN sample code
 tmpDir=/tmp/"$(date +%Y%m%dT%H%M%S%z)";