Browse Source

Comments to make it more clear

George Jones 3 months ago
parent
commit
638c73e22d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/bash/bashutils.sh

+ 3 - 0
lib/bash/bashutils.sh

@@ -2,6 +2,7 @@
 # Usage: source $HOME/lib/bash/bashutils.sh
 #
 # Imports (optional)
+#   Set these to control behavior
 #
 #   # print debug messages
 #   export DEBUG=1
@@ -17,6 +18,8 @@
 #   export NO_ERRORS=1
 #
 # Exports:
+#   These are defined and exported
+#
 #  ARGV=("$@")
 #  ARGC=("$#")
 #  FALSE=1