https://github.com/adnoctem/libsh
đ A library of MIT-licensed Bash scripts, functions and executables; tested using BATS
https://github.com/adnoctem/libsh
bash bash-scripting bats makefile shell shell-scripts
Last synced: 3 months ago
JSON representation
đ A library of MIT-licensed Bash scripts, functions and executables; tested using BATS
- Host: GitHub
- URL: https://github.com/adnoctem/libsh
- Owner: adnoctem
- License: mit
- Created: 2024-08-18T13:23:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T02:03:46.000Z (4 months ago)
- Last Synced: 2025-01-19T22:17:27.938Z (4 months ago)
- Topics: bash, bash-scripting, bats, makefile, shell, shell-scripts
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Bash Library
[](https://www.gnu.org/software/bash/)
[](https://opensource.org/license/mit)
[](https://github.com/fmjstudios/bashlib/releases)
[](https://github.com/fmjstudios/bashlib/actions/workflows/ci.yaml)
[](https://github.com/fmjstudios/bashlib/commits/main/)A library of open-source [MIT][license]-licensed [Bash][bash] scripts written and maintained by `FMJ Studios` for use
with [Bash][bash] version 5 and above. Refer to the GNU Projects's in-depth [Bash Documentation][bash_docs] for more
information on how these scripts work. Scripts meant for direct execution by the user, an init system or other means of
automation are located in the [`scripts`](scripts) directory. The [`lib`](lib) directory contains library scripts meant
to be re-used across files or even different repositories with things like [Git Submodules][git_submodules] or _contrib_
scripts like [git_subtree]. You may of course take a look at other repositories of ours for tips on how to achieve
re-use.## ⨠TL;DR
```shell
./scripts/run.sh Arg1 # look at any shell tutorial if this confuses you
```### đ Contributing
Contributions are welcome via GitHub's Pull Requests. Fork the repository and implement your changes within the forked
repository, after that you may submit a [Pull Request][gh_pr_fork_docs].### đĨ Maintainers
This project is owned and maintained by [FMJ Studios](https://github.com/fmjstudios) refer to
the [`AUTHORS`](.github/AUTHORS) or [`CODEOWNERS`](.github/CODEOWNERS) for more information. You may also use the linked
contact details to reach out directly.### ÂŠī¸ Copyright
_Assets provided by:_ **[Icons8 LLC][icons8]**
[license]: LICENSE
[icons8]: https://icons8.com/
[bash]: https://www.gnu.org/software/bash/
[bash_docs]: https://www.gnu.org/software/bash/manual/
[git_submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules
[git_subtree]: https://www.atlassian.com/git/tutorials/git-subtree
[gh_pr_fork_docs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork