Description
Shell programs can reuse common helper functions from an importable Bash library. It is useful for script authors who want shared utilities instead of copying the same functions across projects.
This is a library for scripts, not an app to run directly. Review imported functions before using them in automation that changes files, users, packages, or services.