V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m24s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m24s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -65,6 +65,8 @@ for arg in "$@"; do case "${arg,,}" in -c|--contact) . ./lib/0001_contact.sh; co
|
|||||||
for arg in "$@"; do case "${arg,,}" in -h|--help) . ./lib/0000_usage.sh; usage; exit 0;; esac; done
|
for arg in "$@"; do case "${arg,,}" in -h|--help) . ./lib/0000_usage.sh; usage; exit 0;; esac; done
|
||||||
for arg in "$@"; do case "${arg,,}" in -v|--version) . ./lib/0002_version.sh; version; exit 0;; esac; done
|
for arg in "$@"; do case "${arg,,}" in -v|--version) . ./lib/0002_version.sh; version; exit 0;; esac; done
|
||||||
|
|
||||||
|
# TODO: Check ok.
|
||||||
|
|
||||||
### PRE SCAN FOR DEBUG MODE
|
### PRE SCAN FOR DEBUG MODE
|
||||||
. ./meta_loader_debug.sh
|
. ./meta_loader_debug.sh
|
||||||
pre_scan_debug "$@"
|
pre_scan_debug "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user