mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-02 08:32:48 +00:00
* better logging: support for multiple lines * renamed logging function from _fmt to __b3bp_log * adding example to show how multiline logging works the main idea is to be able to log e.g. the output of a command and b3bp taking care of splitting and prefixing every line. * simplified code, removed hacky space-at-EOL