From 1864543bf5f39f38c8e1cc31d64e58b28cc46069 Mon Sep 17 00:00:00 2001 From: Jon-William Lewis Date: Mon, 16 Mar 2015 12:46:01 -0500 Subject: [PATCH] Added comment declaring end of interface section in preparation for sns 2 --- sns.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sns.sh b/sns.sh index 2bc0873..820c85f 100644 --- a/sns.sh +++ b/sns.sh @@ -147,6 +147,16 @@ fi # End Section: Argument Parsing #============================================================================== +#============================================================================== +#============================================================================== +# +# End of Setup process. By now, we should have a $BASEDIR, $NOTEBOOK, $SECTION, +# $NOTEDIR, and $EXT +# +#============================================================================== +#============================================================================== + + #============================================================================== # Section: Main #==============================================================================