code/init

This commit is contained in:
Marc Beninca 2025-07-08 06:09:14 +02:00
parent 1345f07e16
commit 3dceffeea5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 8 additions and 14 deletions

View file

@ -215,6 +215,11 @@ rwx_code_main() {
fi
# context / shell
else
rwx_self_init
# run interactive extras
if rwx_shell_interactive; then
# help
rwx_log
rwx_self_help
fi
fi
}