↑
This commit is contained in:
parent
3495d35051
commit
1681e1567f
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ RWX_SELF_COMMAND="_${RWX_SELF_NAME}_cmd_"
|
|||
# │ variables │
|
||||
# ╰───────────╯
|
||||
|
||||
RWX_SHELL="$(cat "/proc/${$}/comm")"
|
||||
|
||||
RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}"
|
||||
RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}"
|
||||
RWX_SHELL="$(cat "/proc/${$}/comm")"
|
||||
|
||||
RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue