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 │