diff --git a/sh/code.sh b/sh/code.sh index d6ff778..8e59a9e 100644 --- a/sh/code.sh +++ b/sh/code.sh @@ -7,6 +7,8 @@ # ╰──────┴───────────╯ # TODO variablize +# path to the entrypoint main file of the project +RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}" # user root directory of the project RWX_SELF_USER="${HOME}/${RWX_SELF_NAME}" diff --git a/sh/main.sh b/sh/main.sh index 881c2fa..be954c5 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -24,9 +24,6 @@ _rwx_code="" # system root directory of the project RWX_ROOT_SYSTEM="/usr/local/lib/${RWX_SELF_NAME}" -# path to the entrypoint main file of the project -RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}" - # ╭──────┬──────╮ # │ main │ find │ # ╰──────┴──────╯