code/awk
This commit is contained in:
parent
2f7dd63c74
commit
e4687e788b
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ rwx_code_aliases_functions() {
|
||||||
echo "${_rwx_code_aliases_functions}"
|
echo "${_rwx_code_aliases_functions}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# show the cached awk script
|
||||||
|
rwx_code_awk() {
|
||||||
|
echo "${_rwx_code_awk}"
|
||||||
|
}
|
||||||
|
|
||||||
# show the cached constants
|
# show the cached constants
|
||||||
#= rcc
|
#= rcc
|
||||||
rwx_code_constants() {
|
rwx_code_constants() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue