V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-24 19:58:21 +02:00
parent 3a5ae98d41
commit 4feb8b7257
6 changed files with 10 additions and 6 deletions

View File

@@ -12,6 +12,8 @@
#######################################
# Header, Footer wrapper for dynamically output.
# Globals:
# none
# Arguments:
# 1: Text.
# 2: Width of Terminal.
@@ -25,8 +27,10 @@ center() {
#######################################
# Usage Wrapper 'CISS.debian.installer'.
# Globals:
# none
# Arguments:
# $0: Script Name
# 0: Script Name
#######################################
usage() {
# shellcheck disable=SC2155