From 7c65fb2e25c491ebb15f65358a22e65d1f73dfd4 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 10:30:24 +0200 Subject: [PATCH] rc,rcc,rd --- sh/self.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sh/self.sh b/sh/self.sh index 901c588..b406bfc 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -1,7 +1,20 @@ # self # module +# show the cached code +#= rc +rwx_code() { + echo "${_rwx_code}" +} + +# show the cached constants +#= rcc +rwx_code_constants() { + echo "${RWX_CONSTANTS}" +} + # meta doc +#= rd rwx_doc() { local name="${1}" [ -n "${name}" ] || return