parent
148a9aef96
commit
56b77357bb
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ rwx_main_main() {
|
||||||
${modules}
|
${modules}
|
||||||
EOF
|
EOF
|
||||||
# run code module main function with found main modules
|
# run code module main function with found main modules
|
||||||
rwx_code_main "${modules}" "${@}"
|
rwx_code_main "${modules}"
|
||||||
# run shell module main function
|
# run shell module main function
|
||||||
rwx_shell_main
|
rwx_shell_main "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# run main function
|
# run main function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue