mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-02-01 23:37:57 +00:00
f82bbe59b0
* 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