File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# : TITLE: bash-utils-utils
4
- # : DATE: 2019-04-23
4
+ # : DATE: 2019-07-16
5
5
# : VERSION: 0.1.0
6
6
# : AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
7
7
# : DESCRIPTION: Utils functions
8
8
9
- [[ $crcUtilsLoaded ]] && return
9
+ [[ $bashUtilsUtilsLoaded ]] && return
10
10
11
11
source bash-utils-env
12
12
source bash-utils-output
@@ -67,4 +67,4 @@ bash-utils-utils() {
67
67
esac
68
68
}
69
69
70
- crcUtilsLoaded =1
70
+ bashUtilsUtilsLoaded =1
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# : TITLE: bash-utils-validate
4
- # : DATE: 2019-04-23
4
+ # : DATE: 2019-07-16
5
5
# : VERSION: 0.1.0
6
6
# : AUTHOR: "Alex Y" <aleksandryackovlev@yandex.ru>
7
7
# : DESCRIPTION: Functions for validation
8
8
9
- [[ $crcValidateLoaded ]] && return
9
+ [[ $bashUtilsValidateLoaded ]] && return
10
10
11
11
# DESCRIPTION: The entry point for the validation functions
12
12
# USAGE: bash-utils-validate [COMMAND] [-r] [ARGUMENTS]
@@ -99,4 +99,4 @@ bash-utils-validate() {
99
99
esac
100
100
}
101
101
102
- crcValidateLoaded =1
102
+ bashUtilsValidateLoaded =1
You can’t perform that action at this time.
0 commit comments