From e4687e788baf95b580c7c1a51785e4a0bc9a9239 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 7 Jul 2025 01:34:22 +0200 Subject: [PATCH] code/awk --- sh/code.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sh/code.sh b/sh/code.sh index 2c4c5ed..0875682 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -25,6 +25,11 @@ 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 #= rcc rwx_code_constants() {