More descriptive doc header

This commit is contained in:
Kevin van Zonneveld 2014-07-23 11:28:23 +02:00
parent 4e35f9fc0c
commit 61c70a5045

20
main.sh
View File

@ -1,15 +1,25 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# BASH3 Boilerplate
# #
# Template to write better bash scripts. More info: http://kvz.io
# Version 0.0.1 # Version 0.0.1
# This file:
# - Is a template to write better bash scripts
# - Is delete-key friendly, in case you don't need e.g. command line option parsing
#
# More info:
# - https://github.com/kvz/bash3boilerplate
# - http://kvz.io/blog/2013/02/26/introducing-bash3boilerplate/
#
#
# Authors:
# - Kevin van Zonneveld (http://kvz.io)
# #
# Usage: # Usage:
# LOG_LEVEL=7 ./template.sh first_arg second_arg # LOG_LEVEL=7 ./main.sh first_arg second_arg
# #
# Licensed under MIT # Licensed under MIT
# Copyright (c) 2013 Kevin van Zonneveld # Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io)
# http://twitter.com/kvz
#
### Configuration ### Configuration
##################################################################### #####################################################################