8 lines
82 B
Bash
8 lines
82 B
Bash
# code
|
|
# module
|
|
|
|
# show the cached code
|
|
#= rc
|
|
rwx_code() {
|
|
echo "${_rwx_code}"
|
|
}
|