code/constants
This commit is contained in:
parent
6b7598eb60
commit
abca96719b
2 changed files with 6 additions and 6 deletions
|
@ -6,3 +6,9 @@
|
||||||
rwx_code() {
|
rwx_code() {
|
||||||
echo "${_rwx_code}"
|
echo "${_rwx_code}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# show the cached constants
|
||||||
|
#= rcc
|
||||||
|
rwx_code_constants() {
|
||||||
|
echo "${_rwx_code_constants}"
|
||||||
|
}
|
||||||
|
|
|
@ -7,12 +7,6 @@ rwx_code_aliases() {
|
||||||
echo "${RWX_ALIASES}"
|
echo "${RWX_ALIASES}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# show the cached constants
|
|
||||||
#= rcc
|
|
||||||
rwx_code_constants() {
|
|
||||||
echo "${_rwx_code_constants}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# show the cached functions
|
# show the cached functions
|
||||||
#= rcf
|
#= rcf
|
||||||
rwx_code_functions() {
|
rwx_code_functions() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue