From 6b7598eb609dea574c59db6c9909257513c6adbf Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 6 Jul 2025 23:09:41 +0200 Subject: [PATCH] code --- sh/code.sh | 8 ++++++++ sh/self.sh | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 sh/code.sh diff --git a/sh/code.sh b/sh/code.sh new file mode 100644 index 0000000..a8a09d4 --- /dev/null +++ b/sh/code.sh @@ -0,0 +1,8 @@ +# code +# module + +# show the cached code +#= rc +rwx_code() { + echo "${_rwx_code}" +} diff --git a/sh/self.sh b/sh/self.sh index 6ebb759..156d103 100644 --- a/sh/self.sh +++ b/sh/self.sh @@ -1,12 +1,6 @@ # self # module -# show the cached code -#= rc -rwx_code() { - echo "${_rwx_code}" -} - # show the cached aliases #= rca rwx_code_aliases() {