code/parse
This commit is contained in:
parent
0b12a7545e
commit
09c0721560
1 changed files with 9 additions and 0 deletions
|
@ -110,6 +110,15 @@ EOF
|
|||
# parse variables
|
||||
_rwx_code_variables="$(rwx_parse_variables)"
|
||||
}
|
||||
|
||||
rwx_code_parse() {
|
||||
local action="${1}"
|
||||
rwx_code |
|
||||
awk \
|
||||
--assign action="${action}" \
|
||||
"${_rwx_code_awk}"
|
||||
}
|
||||
|
||||
rwx_parse_aliases() {
|
||||
rwx_code |
|
||||
awk \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue