Writing bash scripts can be very boring, when recurring functions for logging, error messages, string parsing or similar utility tasks are needed. This package offers a set of utility functions you will need for any bash script you write.
This repository is meant to be a package for the bpkg bash package manager.
- Clone this repository and source the files directly, or
- Use the bpkg bash package manager:
bpkg install cha87de/bashutil -g
To install bpkg, run curl -sLo- http://get.bpkg.io | bash.
tbd