Skip to content

The "Bash Modules" project is a collection of Bash scripts that provides additional functionality.

License

Notifications You must be signed in to change notification settings

Iskustvo/bash_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Modules

The Bash Modules project is a collection of Bash scripts that provides additional functionality.

Usage

  1. Clone (or download + extract) this repository.
  2. Set the BASH_MODULES_PATH variable to correct path: BASH_MODULES_PATH="[path]/bash_modules"
  3. Source the module_loader: source "${BASH_MODULES_PATH}/module_loader"
  4. To use functionality from any module, all you need to do is to load it: load_modules "color"
  5. Check if color_module was loaded successfully: echo "${B_GREEN_FG}SUCCESS${NO_COLOR}"

Documentation

Every module has summarized description at the beginning of the file.

For more details you should check the description right above the function definitions.

And of course, for even deeper understanding, you can always study the code.

About

The "Bash Modules" project is a collection of Bash scripts that provides additional functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages