An open API service indexing awesome lists of open source software.

https://github.com/azerothcore/bash-lib

bash scripts for git used by our projects internally
https://github.com/azerothcore/bash-lib

Last synced: 11 months ago
JSON representation

bash scripts for git used by our projects internally

Awesome Lists containing this project

README

          

# BASH-LIB

## description

bash-lib is a collection of generic purpose functions and defines that can be used
and shared by other bash scripts.

## Documentation

### src/event

Libraries for event-driven functions

#### hooks.sh

Library that implements a simple Observer Pattern

### src/git-utils

#### subrepo.sh

#### subtree.sh