Skip to content

Namespaced Functions

Compare
Choose a tag to compare
@hughsaunders hughsaunders released this 24 Jan 08:41
· 53 commits to master since this release
24f1b27

This release prefixes every bash-lib function with bl_ to prevent collisions with builtins and user functions from other sources.

This release also includes basic logging and a constant interval version of the retry function.