code/user
This commit is contained in:
parent
d9a6e33409
commit
4f53472768
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,10 @@
|
||||||
# │ code │ variables │
|
# │ code │ variables │
|
||||||
# ╰──────┴───────────╯
|
# ╰──────┴───────────╯
|
||||||
|
|
||||||
|
# TODO variablize
|
||||||
|
# user root directory of the project
|
||||||
|
RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}"
|
||||||
|
|
||||||
# cache for the parsing awk script
|
# cache for the parsing awk script
|
||||||
_rwx_code_awk="$(cat "${RWX_ROOT_SYSTEM}/code.awk")"
|
_rwx_code_awk="$(cat "${RWX_ROOT_SYSTEM}/code.awk")"
|
||||||
# cache for code aliases
|
# cache for code aliases
|
||||||
|
|
|
@ -23,8 +23,6 @@ _rwx_code=""
|
||||||
# TODO variablize
|
# TODO variablize
|
||||||
# system root directory of the project
|
# system root directory of the project
|
||||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
|
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
|
||||||
# user root directory of the project
|
|
||||||
RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}"
|
|
||||||
|
|
||||||
# path to the entrypoint main file of the project
|
# path to the entrypoint main file of the project
|
||||||
RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"
|
RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue