Licensed under MIT

This commit is contained in:
Kevin van Zonneveld 2013-03-27 15:53:41 +01:00
parent b9dfc56e3c
commit 8c1ada1857

View File

@ -1,13 +1,13 @@
#!/bin/bash
#
# Template to write better bash scripts. More info: http://kvz.io
# Version 0.0.3
# Template to write better bash scripts. More info: http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/
# Version v0.0.3
#
# Usage:
# LOG_LEVEL=7 ./template.sh -f /tmp/foo -d
#
# Based on BASH3 Boilerplate v0.0.3 (https://github.com/kvz/bash3boilerplate)
# Licensed under MIT
# Licensed under MIT: https://github.com/kvz/bash3boilerplate
# Copyright (c) 2013 Kevin van Zonneveld
# http://twitter.com/kvz
#