bash3boilerplate.sh - Redirecting...

Description: BASH3 Boilerplate

template (7307) scripting (230) bash (213) command-line (40)

Example domain paragraphs

When hacking up Bash scripts, there are often things such as logging or command-line argument parsing that:

Here’s an attempt to bundle those things in a generalized way so that they are reusable as-is in most scripts.

We call it “BASH3 Boilerplate” or b3bp for short.