main/help
This commit is contained in:
parent
558c5d82c3
commit
d048757efe
1 changed files with 8 additions and 4 deletions
12
sh/main.sh
12
sh/main.sh
|
@ -117,14 +117,18 @@ main_source_file() {
|
|||
fi
|
||||
}
|
||||
|
||||
_sh_main() {
|
||||
main_source_file "${ENV}"
|
||||
main_source_directory "${SH_USER}"
|
||||
sh_source_check "$(dirname "${ENV}")"
|
||||
sh_help() {
|
||||
_sh_main_log "" \
|
||||
"sh_… = shell functions" \
|
||||
"a__… = aliases" \
|
||||
"u__… = user"
|
||||
}
|
||||
|
||||
_sh_main() {
|
||||
main_source_file "${ENV}"
|
||||
main_source_directory "${SH_USER}"
|
||||
sh_source_check "$(dirname "${ENV}")"
|
||||
sh_help
|
||||
}
|
||||
|
||||
_sh_main
|
||||
|
|
Loading…
Reference in a new issue