Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
/ bashutil Public archive
forked from cha87de/bashutil

Package for bpkg: utility functions like log, retry, trim, ...

License

Notifications You must be signed in to change notification settings

omi-uulm/bashutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bashutil - a bpkg package for utility functions

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.

Installation

  1. Clone this repository and source the files directly, or
  2. Use the bpkg bash package manager: bpkg install cha87de/bashutil -g

To install bpkg, run curl -sLo- http://get.bpkg.io | bash.

Usage

tbd

About

Package for bpkg: utility functions like log, retry, trim, ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.1%
  • Makefile 14.9%