main/file,path
All checks were successful
/ job (push) Successful in 2m58s

This commit is contained in:
Marc Beninca 2025-07-10 01:49:19 +02:00
parent bfcfde3520
commit 13ab4b8ec7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 9 additions and 6 deletions

View file

@ -22,6 +22,11 @@ RWX_MAIN_EXTENSION="sh"
# project main root directory
rwx_main_root="${RWX_MAIN_PARENT}/${RWX_MAIN_NAME}"
# project main entrypoint file
rwx_main_file="${RWX_MAIN_MODULE}/${RWX_MAIN_EXTENSION}"
# path to the entrypoint main file of the project
rwx_main_path="${rwx_main_root}/${rwx_main_file}"
# ╭──────┬──────╮
# │ main │ find │