Update README.md

This commit is contained in:
Kevin van Zonneveld 2016-02-16 15:01:51 +01:00
parent 63cd89a659
commit bdc8778b2c

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/kvz/bash3boilerplate.svg?branch=master)](https://travis-ci.org/kvz/bash3boilerplate)
When hacking up BASH scripts, I often find there are some
higher level things like logging, configuration, command-line argument
parsing that: