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
- Host: GitHub
- URL: https://github.com/azerothcore/bash-lib
- Owner: azerothcore
- License: agpl-3.0
- Created: 2020-06-06T08:43:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T07:09:14.000Z (11 months ago)
- Last Synced: 2025-07-28T08:47:13.434Z (11 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
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