This commit is contained in:
Marc Beninca 2025-07-07 01:34:22 +02:00
parent 2f7dd63c74
commit e4687e788b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -25,6 +25,11 @@ rwx_code_aliases_functions() {
echo "${_rwx_code_aliases_functions}" echo "${_rwx_code_aliases_functions}"
} }
# show the cached awk script
rwx_code_awk() {
echo "${_rwx_code_awk}"
}
# show the cached constants # show the cached constants
#= rcc #= rcc
rwx_code_constants() { rwx_code_constants() {