This commit is contained in:
Marc Beninca 2025-07-06 23:09:41 +02:00
parent 1dd525b86c
commit 6b7598eb60
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 8 additions and 6 deletions

8
sh/code.sh Normal file
View file

@ -0,0 +1,8 @@
# code
# module
# show the cached code
#= rc
rwx_code() {
echo "${_rwx_code}"
}