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_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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue