From c131df87e5976d8aaaae092e2ea2daade2b112fc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 9 Jul 2025 16:42:08 +0200 Subject: [PATCH] =?UTF-8?q?main/=E2=86=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/main.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sh/main.sh b/sh/main.sh index 847227a..3aa62c2 100755 --- a/sh/main.sh +++ b/sh/main.sh @@ -8,14 +8,14 @@ # │ main │ constants │ # ╰──────┴───────────╯ -# extension of shell modules -RWX_MAIN_EXTENSION="sh" -# name of the entrypoint module -RWX_MAIN_MODULE="main" -# name of the project itself -RWX_MAIN_NAME="rwx" # parent directory for the project RWX_MAIN_PARENT="/usr/local/lib" +# name of the project itself +RWX_MAIN_NAME="rwx" +# name of the entrypoint module +RWX_MAIN_MODULE="main" +# extension of shell modules +RWX_MAIN_EXTENSION="sh" # ╭──────┬───────────╮ # │ main │ variables │