This commit is contained in:
Marc Beninca 2024-11-29 17:15:09 +01:00
parent 75e7e2330d
commit 835f7339f3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -76,7 +76,7 @@ sh_grep_functions() {
}
# output help message
sh_help() {
rwx_help() {
sh_log \
"sh_… = shell functions" \
"a__… = aliases" \
@ -137,7 +137,7 @@ rwx_main() {
sh_shellcheck "${SH_ROOT}"
# help
sh_log
sh_help
rwx_help
fi
}