소스 검색

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