瀏覽代碼

Comments to make it more clear

George Jones 4 月之前
父節點
當前提交
638c73e22d
共有 1 個文件被更改,包括 3 次插入0 次删除
  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