code/comments

This commit is contained in:
Marc Beninca 2025-07-10 00:20:49 +02:00
parent de82ed02dc
commit af31b433ac
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -225,9 +225,11 @@ rwx_code_parse() {
rwx_code_main() {
local modules_main="${1}"
local module modules_user
# find & source modules
local module
local modules_user
# find user modules
modules_user="$(rwx_main_find "${rwx_code_root}")"
# source user modules
while IFS= read -r module; do
# shellcheck disable=SC1090
. "${rwx_code_root}/${module}.${RWX_MAIN_EXTENSION}"