code/functions

This commit is contained in:
Marc Beninca 2025-07-06 23:11:25 +02:00
parent abca96719b
commit d7bdca5f12
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 6 additions and 6 deletions

View file

@ -12,3 +12,9 @@ rwx_code() {
rwx_code_constants() {
echo "${_rwx_code_constants}"
}
# show the cached functions
#= rcf
rwx_code_functions() {
echo "${_rwx_code_functions}"
}