code/comments
This commit is contained in:
parent
de82ed02dc
commit
af31b433ac
1 changed files with 4 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue