Bash: Print Docu from Script Header

When I started to write bash scripts, I used to write a documentation in the script, and write a method to echo another documentation fur the user. It was a bit annoying to have redundant text and keep both up to date. So I wrote below function to print out what I put into the header of the script.

Read More