module function explained

This commit is contained in:
m8in
2026-06-18 00:02:33 +02:00
parent 0441f8e8de
commit 17ae3a6c1e
3 changed files with 38 additions and 9 deletions
+2 -3
View File
@@ -208,8 +208,7 @@ if [ "${BASH_SOURCE[0]}" == "${0}" ]; then
echo ' #Loads this module'
echo ' base.loadModule log'
echo
echo "Now you can use the functions provided by this module inside your script:"
echo "-------------------------------------------------------------------------"
declare -F | grep "log." | cut -d" " -f3
base.explain 'log' "${1}" "${2}"
echo
exit 1
fi