This commit is contained in:
Marc Beninca 2025-07-09 16:42:08 +02:00
parent 225dd1380b
commit c131df87e5
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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 │