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 91f8ea6 commit 90df72aCopy full SHA for 90df72a
bin/bash-utils-input
@@ -1,12 +1,12 @@
1
#!/usr/bin/env bash
2
3
#: TITLE: bash-utils-input
4
-#: DATE: 2019-04-23
+#: DATE: 2019-07-16
5
#: VERSION: 0.1.0
6
#: AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
7
#: DESCRIPTION: Functions for getting users' input
8
9
-[[ $crcInputLoaded ]] && return
+[[ $bashUtilsInputLoaded ]] && return
10
11
source bash-utils-env
12
source bash-utils-utils
@@ -294,4 +294,4 @@ bash-utils-input() {
294
esac
295
}
296
297
-crcInputLoaded=1
+bashUtilsInputLoaded=1
0 commit comments