main/logs
This commit is contained in:
parent
1507a935b9
commit
a8da17d196
1 changed files with 3 additions and 1 deletions
|
@ -119,7 +119,7 @@ main_source_file() {
|
|||
}
|
||||
|
||||
sh_help() {
|
||||
sh_log "" \
|
||||
sh_log \
|
||||
"sh_… = shell functions" \
|
||||
"a__… = aliases" \
|
||||
"u__… = user"
|
||||
|
@ -128,7 +128,9 @@ sh_help() {
|
|||
sh_main() {
|
||||
main_source_file "${ENV}"
|
||||
main_source_directory "${SH_USER}"
|
||||
sh_log
|
||||
sh_source_check "$(dirname "${ENV}")"
|
||||
sh_log
|
||||
sh_help
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue