V8.13.416.2025.11.17
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
# default login shell has been zsh, but bash remains available at '/bin/bash'. Windows support. You can use bash via WSL, MSYS2,
|
||||
# or Cygwin on Windows systems.
|
||||
|
||||
### RESOURCES
|
||||
# https://github.com/koalaman/shellcheck
|
||||
# https://github.com/mvdan/sh
|
||||
# https://google.github.io/styleguide/shellguide.html
|
||||
# https://mywiki.wooledge.org/BashGuide
|
||||
# https://www.bashsupport.com/de/
|
||||
# https://www.gnu.org/software/bash/manual/
|
||||
|
||||
### CATCH ARGUMENTS AND DECLARE BASIC VARIABLES.
|
||||
# shellcheck disable=SC2155,SC2249
|
||||
declare -agx ARY_PARAM_ARRAY=("$@") # Arguments passed to script as an array.
|
||||
|
||||
Reference in New Issue
Block a user