File tree 4 files changed +25
-1
lines changed
4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ if [ -n " $DEFINE_COLORS_LIB " ]; then
2
+ return 0
3
+ fi
4
+
5
+ DEFINE_COLORS_LIB=1
6
+
7
+
1
8
# https://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux
2
9
3
10
# Reset
Original file line number Diff line number Diff line change
1
+ if [ -n " $DEFINE_DEPCHECK_LIB " ]; then
2
+ return 0
3
+ fi
1
4
2
-
5
+ DEFINE_DEPCHECK_LIB=1
3
6
4
7
# shellcheck source=/usr/bin/abs.lib.logging
5
8
source abs.lib.logging
Original file line number Diff line number Diff line change
1
+ if [ -n " $DEFINE_LIST_LIB " ]; then
2
+ return 0
3
+ fi
4
+
5
+ DEFINE_LIST_LIB=1
6
+
1
7
# scape_sed_special_chars(string_to_scape)
2
8
# Escapes special characters in a string for safe usage in sed commands.
3
9
# Parameters:
Original file line number Diff line number Diff line change
1
+ if [ -n " $DEFINE_LOGGING_LIB " ]; then
2
+ return 0
3
+ fi
4
+
5
+ DEFINE_LOGGING_LIB=1
6
+
7
+
8
+
1
9
# shellcheck source=/usr/bin/abs.lib.colors
2
10
source abs.lib.colors
3
11
DATE_FMT=" %Y-%m-%d %H:%M:%S"
You can’t perform that action at this time.
0 commit comments