The Bash Shell Library is a collection of reusable functions, utilities.
TODO Describe the installation process. Provide step by step examples of how to get the development environment running.
-
Include Library
Add the following line to the top of a shell script to include the library:
#!/bin/bash source path/to/bash_library.sh
-
Explore Functions
Browse the library files (
bash_library.sh
and related modules) to discover available functions. Use them directly in your scripts.
Apache-2.0
Licensed. See the LICENSE file for details.