From b8e210dacef23ec4d7303f82beba2235ab76575e Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Sun, 11 Aug 2019 03:25:02 -0400 Subject: [PATCH] Add comment markers to delimit inputs, prints, actions and helpers sections of the script --- psu | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/psu b/psu index c550432..8c6e809 100644 --- a/psu +++ b/psu @@ -408,6 +408,10 @@ set_globals() { fi } +################################################### +############### inputs section ################### +################################################### + inputs() { while [ $# -gt 0 ]; do case "$1" in @@ -720,6 +724,10 @@ input_error() { echo_error "$message" } +################################################### +############### prints section ################### +################################################### + ############################ # Print an error to stderr # # Globals: # @@ -898,6 +906,10 @@ mask_variables() { echo "$message" } +################################################### +############### actions section ################### +################################################### + ################################ # Create/update a stack # # Globals: # @@ -1247,6 +1259,10 @@ lint() { fi || true } +################################################### +############## helpers section ################### +################################################### + ################################################### # Convert environment variables from file to JSON # # Globals: #