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