Initial commit

This commit is contained in:
2026-01-25 22:24:57 +01:00
commit 9bf926e745
9378 changed files with 7405602 additions and 0 deletions

23
deps/acore/bash-lib/docs/README.md vendored Normal file
View File

@@ -0,0 +1,23 @@
# 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