We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90df72a commit c331954Copy full SHA for c331954
bin/bash-utils-output
@@ -1,12 +1,12 @@
1
#!/usr/bin/env bash
2
3
#: TITLE: bash-utils-output
4
-#: DATE: 2019-04-23
+#: DATE: 2019-07-16
5
#: VERSION: 0.1.0
6
#: AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
7
#: DESCRIPTION: Styling functions for output messages
8
9
-[[ $crcOutputLoaded ]] && return
+[[ $bashUtilsOutputLoaded ]] && return
10
11
source bash-utils-env
12
@@ -148,4 +148,4 @@ bash-utils-output() {
148
}
149
150
151
-crcOutputLoaded=1
+bashUtilsOutputLoaded=1
0 commit comments