V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 40s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 40s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -57,10 +57,10 @@
|
|||||||
. ./lib/0000_usage.sh; usage >&2; exit 1; }
|
. ./lib/0000_usage.sh; usage >&2; exit 1; }
|
||||||
|
|
||||||
### SOURCING MUST SET EARLY VARIABLES. SOURCING COLOR_ECHO() AND GUARD_SOURCING().
|
### SOURCING MUST SET EARLY VARIABLES. SOURCING COLOR_ECHO() AND GUARD_SOURCING().
|
||||||
|
. ./lib/0010_guard_sourcing.sh
|
||||||
. ./var/color.var.sh
|
. ./var/color.var.sh
|
||||||
. ./var/early.var.sh
|
. ./var/early.var.sh
|
||||||
. ./lib/0004_color_echo.sh
|
. ./lib/0004_color_echo.sh
|
||||||
. ./lib/0010_guard_sourcing.sh
|
|
||||||
|
|
||||||
### CHECK FOR CONTACT, HELP, AND VERSION STRING.
|
### CHECK FOR CONTACT, HELP, AND VERSION STRING.
|
||||||
for arg in "$@"; do case "${arg,,}" in -c|--contact) . ./lib/0001_contact.sh; contact; exit 0;; esac; done
|
for arg in "$@"; do case "${arg,,}" in -c|--contact) . ./lib/0001_contact.sh; contact; exit 0;; esac; done
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
# SPDX-PackageName: CISS.debian.installer
|
# SPDX-PackageName: CISS.debian.installer
|
||||||
# SPDX-Security-Contact: security@coresecret.eu
|
# SPDX-Security-Contact: security@coresecret.eu
|
||||||
|
|
||||||
|
guard_sourcing
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
# Print-colored text.
|
# Print-colored text.
|
||||||
# Arguments:
|
# Arguments:
|
||||||
|
|||||||
@@ -10,6 +10,8 @@
|
|||||||
# SPDX-PackageName: CISS.debian.installer
|
# SPDX-PackageName: CISS.debian.installer
|
||||||
# SPDX-Security-Contact: security@coresecret.eu
|
# SPDX-Security-Contact: security@coresecret.eu
|
||||||
|
|
||||||
|
guard_sourcing
|
||||||
|
|
||||||
declare -grx BLA='\e[90m' # Beautiful black for the techno fans.
|
declare -grx BLA='\e[90m' # Beautiful black for the techno fans.
|
||||||
declare -grx RED='\e[91m' # Bright red.
|
declare -grx RED='\e[91m' # Bright red.
|
||||||
declare -grx GRE='\e[92m' # Vibrant green.
|
declare -grx GRE='\e[92m' # Vibrant green.
|
||||||
|
|||||||
Reference in New Issue
Block a user