main/logs

This commit is contained in:
Marc Beninca 2024-11-25 18:25:13 +01:00
parent 1507a935b9
commit a8da17d196
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -119,7 +119,7 @@ main_source_file() {
} }
sh_help() { sh_help() {
sh_log "" \ sh_log \
"sh_… = shell functions" \ "sh_… = shell functions" \
"a__… = aliases" \ "a__… = aliases" \
"u__… = user" "u__… = user"
@ -128,7 +128,9 @@ sh_help() {
sh_main() { sh_main() {
main_source_file "${ENV}" main_source_file "${ENV}"
main_source_directory "${SH_USER}" main_source_directory "${SH_USER}"
sh_log
sh_source_check "$(dirname "${ENV}")" sh_source_check "$(dirname "${ENV}")"
sh_log
sh_help sh_help
} }