Browse Source

Comments to make it more clear

George Jones 4 tháng trước cách đây
mục cha
commit
638c73e22d
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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