main/↕
This commit is contained in:
parent
225dd1380b
commit
c131df87e5
1 changed files with 6 additions and 6 deletions
12
sh/main.sh
12
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 │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue