From 820ec05b13eff1a8390cead48313e79a4d4b4f40 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 8 Jul 2025 05:00:09 +0200 Subject: [PATCH] code/main --- sh/code.sh | 2 ++ sh/main.sh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) 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 │ # ╰──────┴──────╯